Update README.
This commit is contained in:
parent
5abb82120b
commit
23e72bb56d
12
README
12
README
@ -42,15 +42,15 @@ FUNCTIONS
|
|||||||
|
|
||||||
func New() string
|
func New() string
|
||||||
|
|
||||||
New returns a new random string with the standard length and standard
|
New returns a new random string of the standard length, consisting of
|
||||||
characters.
|
standard characters.
|
||||||
|
|
||||||
func NewLen(length int) string
|
func NewLen(length int) string
|
||||||
|
|
||||||
NewLen returns a new random string with the provided length and standard
|
NewLen returns a new random string of the provided length, consisting of
|
||||||
characters.
|
standard characters.
|
||||||
|
|
||||||
func NewLenChars(length int, chars []byte) string
|
func NewLenChars(length int, chars []byte) string
|
||||||
|
|
||||||
NewLenChars returns a new random string with the provided length and byte
|
NewLenChars returns a new random string of the provided length, consisting
|
||||||
slice of allowed characters (maximum 256).
|
of the provided byte slice of allowed characters (maximum 256).
|
||||||
|
Loading…
Reference in New Issue
Block a user