From 12103f22859d687e19dafc5eccc8237b220d8505 Mon Sep 17 00:00:00 2001 From: Dair Aidarkhanov <36963426+aidarkhanov@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:59:55 +0600 Subject: [PATCH] Add Nano ID - unique ID generator (#2600) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08a4cc9e..59139a97 100644 --- a/README.md +++ b/README.md @@ -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.