We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb7e672 + eb21ae7 commit 6cac7d6Copy full SHA for 6cac7d6
1 file changed
random.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Range of characters for the secure string generation
16
-const cr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-"
+const cr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._"
17
18
// Bitmask sizes for the string generators (based on 93 chars total)
19
//
0 commit comments