Documentation ¶
Index ¶
- func Base32Decode(str string) (string, error)
- func Base32Encode(str string) string
- func Base64Decode(str string) (string, error)
- func Base64Encode(str string) string
- func GzipDecode(msg string) string
- func GzipEncode(msg string) (string, error)
- func HexDecode(str string) (string, error)
- func HexEncode(str string) string
- func UrlDecode(urls string) (string, error)
- func UrlEncode(urls string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base32Decode ¶ added in v2.0.5
Base32Decode 32进制转字符串
func Base64Decode ¶ added in v2.0.5
Base64Decode 64进制转字符串
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.