Documentation ¶
Index ¶
Constants ¶
View Source
const ( CharsetUppercase = "ABCDEFGHIJKLMNOPQRSTUVWYXZ" CharsetLowercase = "abcdefghijklmnopqrstuvwxyz" CharsetNumeric = "1234567890" CharsetWhitespace = " " CharsetSymbols = "!\"#$%&'()*+,-./:;<=>@\\]^_`{|}~" CharsetAlphaNumeric = CharsetUppercase + CharsetLowercase + CharsetNumeric CharsetText = CharsetAlphaNumeric + CharsetWhitespace + CharsetSymbols )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.