initial commits

master
Charles Iliya Krempeaux 2021-11-06 23:46:13 -07:00
parent cb7968af42
commit 429fa92d5b
1 changed files with 18 additions and 0 deletions

18
README.md 100644
View File

@ -0,0 +1,18 @@
# 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()
```