Documentation ¶
Overview ¶
Package base64 implements base64 encoding/decoding stripping any = used for padding, thus producing invalid base64 but saving a few bytes. It's mainly used for encoding values in other parts of gondola (like gnd.la/cookies), but you can feel free to use its functions. Just keep in mind that any value encoded with Encode() must be decoded with Decode(), rather than with the standard encoding/base64 package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.