go-xim/README.md

19 lines
427 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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](https://godoc.org/github.com/reiver/go-iid?status.svg)](https://godoc.org/github.com/reiver/go-iid)
## Example
Here is an example of using `package iid`:
```go
var id iid.IID = iid.Generate()
```