Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlphaNum = func(n int) string { return String(n, alphaNum) }
AlphaNum returns a random string of length 'n' using alphanumeric characters, regexp: [a-z0-9]{n}.
View Source
var UUID4 = func() (string, error) { uuid, err := uuid.NewRandom() if err != nil { return "", err } return uuid.String(), nil }
UUID4 returns a random generated UUID4.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.