Documentation ¶
Index ¶
Constants ¶
View Source
const ( DictNumeric = "0123456789" DictUppercase = "abcdefghijklmnopqrstuvwxyz" DictLowercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" DictLetter = DictLowercase + DictUppercase DicLetterNumeric = DictLetter + DictNumeric )
Variables ¶
View Source
var (
MaxTime = time.Unix(1<<31-1, 0)
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.