//
pkg.gl
Category
github.com/frankbraun/codechain
util
base64
package
1.2.0
Repository:
https://github.com/frankbraun/codechain.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
6
Files
17 SLOC
#
Functions
Decode
Decode returns the bytes represented by the base64 string s (assuming that s is URL encoded without padding).
Encode
Encode returns the base64 encoding of src (URL encoding without padding).