Documentation
¶
Overview ¶
Package b64 provides base64 encoding and decoding utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBytes ¶
DecodeBytes decodes a base64 string to a byte slice.
func DecodeString ¶
DecodeString decodes a base64 string to a string.
func EncodeBytes ¶
EncodeBytes encodes a byte slice to a base64 string.
func EncodeString ¶
EncodeString encodes a string to a base64 string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.