initial commits
parent
cb7968af42
commit
429fa92d5b
|
@ -0,0 +1,18 @@
|
|||
# go-iid
|
||||
|
||||
Package **iid** provides quazi‐ monotonically‐increasing unique‐identifiers.
|
||||
|
||||
|
||||
## 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()
|
||||
```
|
Loading…
Reference in New Issue