Documentation
¶
Overview ¶
Package nonce generates random alphanumeric strings of fixed length.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
Generate a random alphanumeric string of the given length. The generate function is safe for concurrent use by multiple goroutines. The original algorithm is taken from: https://stackoverflow.com/a/31832326
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.