Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AlphaLowerCase alphabet a-z AlphaLowerCase = "abcdefghijklmnopqrstuvwxyz" // AlphaUpperCase alphabet A-Z AlphaUpperCase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" // Numeric alphabet 0-9 Numeric = "0123456789" // Alpha alphabet a-zA-Z Alpha = AlphaLowerCase + AlphaUpperCase // AlphaNumeric alphabet a-zA-Z0-9 AlphaNumeric = Alpha + Numeric )
Variables ¶
This section is empty.
Functions ¶
func DownloadFile ¶
DownloadFile downloads a file and saves it
func RandomString ¶
RandomString generates a random string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.