From d8e8c765a4dd82b5a2eefac23f8f0928034b2ab0 Mon Sep 17 00:00:00 2001 From: Abel Tay Date: Tue, 19 Oct 2021 10:02:58 +0800 Subject: [PATCH] Add xid library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f918cc7..c26b3d16 100644 --- a/README.md +++ b/README.md @@ -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)**