//
pkg.gl
Category
github.com/twdp/hiboot
pkg
utils
crypto
base64
package
0.11.2
Repository:
https://github.com/twdp/hiboot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
Decode
Decode decode base64 bytes.
DecodeToString
DecodeToString decode string from base64 string.
Encode
Encode encode src bytes to base64 format bytes.
EncodeToString
EncodeToString encode src string to base64 format string.