Add Nano ID - unique ID generator (#2600)

This commit is contained in:
Dair Aidarkhanov 2019-07-11 13:59:55 +06:00 committed by Ceriath
parent aeeeaba4f8
commit 12103f2285

View File

@ -1772,6 +1772,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with UUIDs.*
* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs.
* [nanoid](https://github.com/aidarkhanov/nanoid) - A tiny and efficient Go unique string ID generator.
* [sno](https://github.com/muyo/sno) - Compact, sortable and fast unique IDs with embedded metadata.
* [ulid](https://github.com/oklog/ulid) - Go implementation of ULID (Universally Unique Lexicographically Sortable Identifier).
* [uniq](https://gitlab.com/skilstak/code/uniq/go) - No hassle safe, fast unique identifiers with commands.