Go to file
Ricardo e0a4e1251f
Initial commit
2020-06-25 18:55:56 +02:00
.gitignore Initial commit 2020-06-25 18:55:56 +02:00
LICENSE Initial commit 2020-06-25 18:55:56 +02:00
README.md Initial commit 2020-06-25 18:55:56 +02:00
go.mod Initial commit 2020-06-25 18:55:56 +02:00
main.go Initial commit 2020-06-25 18:55:56 +02:00

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)