Package xim provides a quazi‐ monotonically‐increasing unique‐identifiers.
Go to file
Charles Iliya Krempeaux 0e9afc8511 initial commits 2021-11-07 14:34:30 -08: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
compile.go initial commits 2021-11-07 00:56:21 -07:00
compile_test.go initial commits 2021-11-07 00:56:21 -07:00
decompile_test.go initial commits 2021-11-07 14:34:30 -08:00
errors.go initial commits 2021-11-07 01:32:08 -07:00
generate.go initial commits 2021-11-07 00:58:42 -07:00
go.mod initial commits 2021-11-07 01:32:28 -07:00
iid.go initial commits 2021-11-07 01:32:08 -07:00
iid_marshaltext_test.go initial commits 2021-11-07 14:34:30 -08:00
serialize.go initial commits 2021-11-07 00:50:42 -07:00
serialize_test.go initial commits 2021-11-07 14:34:30 -08:00
test_test.go initial commits 2021-11-07 14:34:30 -08: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()