mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +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 (
|
||||
// LOWERCASE characters if latin alphabet
|
||||
LOWERCASE string = "abcdefghijklmnopqrstuvwxyz"
|
||||
//UPPERCASE characters if latin alphabet
|
||||
// UPPERCASE characters if latin alphabet
|
||||
UPPERCASE = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
// NUMBERS arabic
|
||||
NUMBERS = "0123456789"
|
||||
|
|
|
|||
Loading…
Reference in a new issue