package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev
# Functions
New returns a new random string of the standard length, consisting of standard characters.
NewLen returns a new random string of the provided length, consisting of standard characters.
NewLenChars returns a new random string of the provided length, consisting of the provided byte slice of allowed characters (maximum 256).
# Variables
StdChars is a set of standard characters allowed in uniuri string.