No description
.gitignore | ||
go.mod | ||
LICENSE | ||
randomstring.go | ||
README.md |
go-randomstring
Simple go module for generating random strings
Usage
import (
'''
"git.dymstro.nl/Dymstro/go-randomstring"
'''
)
randomstring.Gen(length int, lower bool, upper bool, num bool)