From 70aa7b03f4fa21eab76588dc97d7824a9d58410a Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 21 Jan 2022 16:50:41 -0400 Subject: [PATCH] chore: lint --- passgen/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"