Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode reads base64-encoded data from 'reader', decodes it, and then writes the decoded data to 'writer'.
Decode handles multiple different base64 styles.
I.e., Decode can handle base64-encoded data that does and doesn't use the '=' padding-character, and Decode can handle both '+' and '-' for the symbol 63, and can handle '/', ',', '_' for symbol 64.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.