go-xim/README.md

511 B
Raw Blame History

go-iid

Package iid provides quazi monotonicallyincreasing uniqueidentifiers.

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

GoDoc

Example

Here is an example of using package iid:

var id iid.IID = iid.Generate()