go-nanoid
go-nanoid copied to clipboard
Nano ID for Go
Some times I'm getting this panic on nanoid use. github.com/jaevor/go-nanoid.ASCII.func1() /Users/deferbot/go/pkg/mod/github.com/jaevor/[email protected]/nanoid.go:269 +0x1f0
Can you comment on what major version of nanoid this library is based on? Their current library is at v4. What are the advantages against matoous? Any benchmark improvement vs...
Notice the lack of numbers and lowercase letters in the below sample. Using go 1.22.2 and github.com/jaevor/go-nanoid v1.4.0 ```go generator, err = nanoid.ASCII(32) if err != nil { panic(err) }...