Documentation
¶
Overview ¶
Package utils is the common sin of every Go programmer, including functions that seem to be usable everywhere, but do not share the same functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
RandomString generates a random string with len n using the crypto/rand RNG. The returned string contains only chars defined in the alphanum constant.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.