Go to file
Ricardo 28f36eac6e
fix naming
2020-06-25 21:44:15 +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
randomstring.go fix naming 2020-06-25 21:44:15 +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)