mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Nano ID - unique ID generator (#2600)
This commit is contained in:
parent
aeeeaba4f8
commit
12103f2285
@ -1772,6 +1772,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
*Libraries for working with UUIDs.*
|
*Libraries for working with UUIDs.*
|
||||||
|
|
||||||
* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 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.
|
* [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).
|
* [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.
|
* [uniq](https://gitlab.com/skilstak/code/uniq/go) - No hassle safe, fast unique identifiers with commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user