Discover Packages
github.com/frankbraun/codechain
util
base64
package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Mar 8, 2020
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package base64 implements base64 encoding related utility functions.
Decode returns the bytes represented by the base64 string s
(assuming that s is URL encoded without padding).
Decode expects that the resulting byte slice has length l.
Encode returns the base64 encoding of src (URL encoding without padding).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.