uniq url package path change (#2620)

This commit is contained in:
Rob Muhlestein 2019-07-19 16:46:57 -04:00 committed by Avelino
parent b7b46b79a5
commit d57d63a25d

View File

@ -1782,7 +1782,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [uniq](https://gitlab.com/skilstak/code/go/uniq) - No hassle safe, fast unique identifiers with commands.
* [uuid](https://github.com/agext/uuid) - Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier.
* [uuid](https://github.com/gofrs/uuid) - Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid.
* [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID.