//
pkg.gl
Category
github.com/zhiyunliu/golibs
xencoding
base64
package
0.2.6
Repository:
https://github.com/zhiyunliu/golibs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
8 SLOC
#
Functions
Decode
DecodeBytes 把一个string通过base64解码成[]byte.
Encode
EncodeBytes 把一个[]byte通过base64编码成string.