Documentation ¶
Index ¶
Constants ¶
View Source
const ( FIRST_CHAR_ALPHABET = "ABCDEFGHIJKLMNOPQRSTUVWXYZ-0123456789abcdefghijklmnopqrstuvwxyz" FIRST_CHAR_FORBIDDEN = "_" ALPHABET = FIRST_CHAR_ALPHABET + FIRST_CHAR_FORBIDDEN HASH_SIZE = 7 )
TODO: verify if could increase alphabet
Variables ¶
This section is empty.
Functions ¶
func GenerateHash ¶
func GenerateHash() string
func RandomHash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.