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.
Ricardo 28f36eac6e
fix naming
3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago
go.mod Initial commit 3 years ago
randomstring.go fix naming 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)