Package xim provides a quazi‐ monotonically‐increasing unique‐identifiers.
Go to file
Charles Iliya Krempeaux 997a5dc37a initial commits 2021-11-07 00:50:42 -07:00
LICENSE initial commits 2021-11-06 23:45:37 -07:00
README.md initial commits 2021-11-06 23:46:13 -07:00
badvalue.go initial commits 2021-11-07 00:50:42 -07:00
serialize.go initial commits 2021-11-07 00:50:42 -07:00
serialize_test.go initial commits 2021-11-07 00:50:42 -07:00

README.md

go-iid

Package iid provides quazi monotonicallyincreasing uniqueidentifiers.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-iid

GoDoc

Example

Here is an example of using package iid:

var id iid.IID = iid.Generate()