Documentation
¶
Index ¶
Constants ¶
View Source
const CharSet32 = `ABCDEFGHIJKLMNOPQRSTUVWXYZ234567`
View Source
const CharSet64 = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_`
Variables ¶
Functions ¶
func Decode ¶
Decode turns a slice of characters back into the original unit64.
Errors are returned for invalid characters or input that would cause an overflow.
func Decode32 ¶
Decode32 turns a slice of characters back into the original unit64.
Errors are returned for invalid characters or input that would cause an overflow.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.