en Home Smtp Sometimes I fall in love with code jgdb A Gopher named Gophy Encode/Decode Golang data to Gob files GoWatch Cfg File Access and Create Time Ping Citadel vCard Sync Your Everyday Go Tools Cases Conv Go jkl Encode/Decode between struct and byte slice Crypt HDKeys Wordlist HDKeys Recover

Go Snippets

time

Unix time to Date

d := time.Unix(1348102780, 0).Format(time.UnixDate)

GoPlay

unicode/utf8

RuneCount

rc := utf8.RuneCount([]byte("dsjkdshdjsdh..Ü..js"))

GoPlay

encoding/base64

Encode

value = base64.StdEncoding.EncodeToString([]byte("Hello World"))

Decode

hw, err := base64.StdEncoding.DecodeString(value)

GoPlay

Tags: code go


First Created: 2015-01-28T19:54:59Z
Last Modified: 2026-04-08 19:18