From c5c92da139b2b894c3035e904278507b4b1d4237 Mon Sep 17 00:00:00 2001 From: Akshay Vadher <2619644+akshayvadher@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:56:28 +0530 Subject: [PATCH] CUID port for go doc added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be5503d..84b7c74 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Most stronger forms of the UUID / GUID algorithms require access to OS services * [Cuid2 for Python](https://github.com/gordon-code/cuid2) - [Gordon Code](https://github.com/gordon-code) * [Cuid2 for Ruby](https://github.com/stulzer/cuid2/blob/main/lib/cuid2.rb) - [Rubens Stulzer](https://github.com/stulzer) * [Cuid2 for Rust](https://github.com/mplanchard/cuid-rust) - [Matthew Planchard](https://github.com/mplanchard) +* [Cuid2 for Go](https://github.com/akshayvadher/cuid2) - [Akshay Vadher](https://github.com/akshayvadher) ## Improvements Over Cuid