Charles Iliya Krempeaux bd279bf5af | ||
---|---|---|
LICENSE | ||
README.md | ||
badvalue.go | ||
compile.go | ||
compile_test.go | ||
decompile_test.go | ||
errors.go | ||
generate.go | ||
go.mod | ||
iid.go | ||
iid_marshaltext_test.go | ||
serialize.go | ||
serialize_test.go | ||
test_test.go |
README.md
go-iid
Package iid provides quazi‐ monotonically‐increasing unique‐identifiers.
The serialized form of the IID is safe to use as a file or directory name.
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()