|
|
||
|---|---|---|
| LICENSE | ||
| README.md | ||
| badvalue.go | ||
| compile.go | ||
| compile_test.go | ||
| decompile_test.go | ||
| errors.go | ||
| generate.go | ||
| go.mod | ||
| iid.go | ||
| serialize.go | ||
| serialize_test.go | ||
README.md
go-iid
Package iid provides quazi‐ monotonically‐increasing unique‐identifiers.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-iid
Example
Here is an example of using package iid:
var id iid.IID = iid.Generate()