package
0.0.0-20200518095232-1fa3e640cc5f
Repository: https://github.com/sereiner/library.git
Documentation: pkg.go.dev
# Functions
Decode 把一个string通过base64解码.
DecodeBytes 把一个string通过base64解码成[]byte.
Encode 把一个string通过base64编码.
EncodeBytes 把一个[]byte通过base64编码成string.
URLDecode 把一个string通过base64解码.
URLDecodeBytes 把一个string通过base64解码成[]byte.
URLEncode 把一个string通过base64编码.
URLEncodeBytes 把一个[]byte通过base64编码成string.