package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 19, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
random
Simple random string tool
import "github.com/btnmasher/random"
func main() {
str := random.String(10)
}
Documentation
¶
String returns a random alphanumeric string given the length parameter.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.