goph / idgen

Opaque ID generators
MIT License
2 stars 0 forks source link

IDGen

CircleCI Go Version Go Report Card GolangCI GoDoc

Opaque ID generators.

Installation

IDGen uses Go Modules introduced in Go 1.11, so the recommended way is using go get:

$ go get github.com/goph/idgen

Alternatively, you can install it via Dep:

$ dep ensure -add github.com/goph/idgen

Supported ID formats

License

The MIT License (MIT). Please see License File for more information.