Documentation ¶
Overview ¶
Package base62 provides encoding using 62 characters. [0-9][A-Z][a-z]
Index ¶
Examples ¶
Constants ¶
View Source
const ( // CharacterSet consists of 62 characters [0-9][A-Z][a-z]. Base = 62 CharacterSet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.