Skip to content

goph/idgen

Repository files navigation

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

  • ULID
  • UUID

License

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