We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a235cf9 commit 7b5c244Copy full SHA for 7b5c244
axis1.go
@@ -408,7 +408,7 @@ var proxies []string
408
409
// ---------------- UTILS ----------------
410
func randString(n int) string {
411
- chars := []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
+ chars := []rune("0123456789")
412
b := make([]rune, n)
413
for i := range b {
414
b[i] = chars[rand.Intn(len(chars))]
0 commit comments