Add xid library

This commit is contained in:
Abel Tay 2021-10-19 10:02:58 +08:00 committed by Avelino
parent fc7f472697
commit d8e8c765a4

View File

@ -2378,6 +2378,7 @@ _**Unofficial** set of patterns for structuring projects._
* [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.
* [uuid](https://github.com/google/uuid) - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
* [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID.
* [xid](https://github.com/rs/xid) - Xid is a globally unique id generator library, ready to be safely used directly in your server code.
**[⬆ back to top](#contents)**