diff --git a/passgen/constants.go b/passgen/constants.go index 4a8e609..14aea04 100644 --- a/passgen/constants.go +++ b/passgen/constants.go @@ -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"