README ¶ SEncoding SEncoding - Custom base64 encoding Install go get github.com/VladislavLsd/sencoding Usage Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Decode(str string) string func Encode(str string) string func GenerateSym(length int) string func Random(min, max int64) int func Reverse(str string) (result string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decode ¶ func Decode(str string) string func Encode ¶ func Encode(str string) string func GenerateSym ¶ func GenerateSym(length int) string func Random ¶ func Random(min, max int64) int func Reverse ¶ func Reverse(str string) (result string) Types ¶ This section is empty. Source Files ¶ View all Source files decode.goencode.goutils.go Click to show internal directories. Click to hide internal directories.