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.
1 parent 7afb922 commit cfc7410Copy full SHA for cfc7410
utils/id.go
@@ -66,7 +66,7 @@ func LocalNodeID() (string, error) {
66
}
67
68
var b62Index = newB62Index()
69
-var b62Chars = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")
+var b62Chars = []byte(shortuuid.DefaultAlphabet)
70
71
func newB62Index() [256]byte {
72
var index [256]byte
0 commit comments