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 NoTitle ¶ added in v0.2.0
NoTitle performs the opposite operation of the strings.Title() func. It ensures the first char of the given string is lowercase.
func RandomString ¶
RandomString generates a random string with len n using the crypto/rand RNG. The returned string contains only chars defined in the randStrChars constant.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.