Miscellaneous
A small, fast library for generating cryptographically secure, URL safe IDs.
To use this with your Go project:
$ go get github.com/Kaamkiya/nanoid-go
It's a simple library, and it exports only one function and two constants.
To use the defaults:
import "github.com/Kaamkiya/nanoid-go"
nanoid.Nanoid(nanoid.DefaultLength, nanoid.DefaultCharset)
More complete examples can be found in _examples/
.
This project uses the Unlicense.
Thanks to all of the contributors: