go-nanoid icon indicating copy to clipboard operation
go-nanoid copied to clipboard

Nano ID for Go

Results 3 go-nanoid issues
Sort by recently updated
recently updated
newest added

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) }...