You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
randomstring.go | 3 years ago |
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)