package
1.2.6
Repository: https://github.com/micro-plat/lib4go.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.