mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-12 13:46:49 +00:00
chore: lint
This commit is contained in:
parent
7a0850bc1a
commit
70aa7b03f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package passgen
|
||||||
const (
|
const (
|
||||||
// LOWERCASE characters if latin alphabet
|
// LOWERCASE characters if latin alphabet
|
||||||
LOWERCASE string = "abcdefghijklmnopqrstuvwxyz"
|
LOWERCASE string = "abcdefghijklmnopqrstuvwxyz"
|
||||||
//UPPERCASE characters if latin alphabet
|
// UPPERCASE characters if latin alphabet
|
||||||
UPPERCASE = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
UPPERCASE = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
// NUMBERS arabic
|
// NUMBERS arabic
|
||||||
NUMBERS = "0123456789"
|
NUMBERS = "0123456789"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue