From 23a205c356dfd3f000b456169b937fa9599e3eb4 Mon Sep 17 00:00:00 2001 From: Electwix Date: Tue, 23 Aug 2022 11:08:15 +0300 Subject: [PATCH] Remove goflake (#4394) Remove [goflake](https://github.com/hart87/GoFlake) due to the repository being inaccessible or deleted. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2297e633..c3add369 100644 --- a/README.md +++ b/README.md @@ -2668,7 +2668,6 @@ _General utilities and tools to make your life easier._ _Libraries for working with UUIDs._ -- [goflake](https://github.com/hart87/GoFlake) - A small, scalable, & serverless unique ID generator for use in distributed systems. Inspired by Twitters Snowflake. - [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs. - [gouid](https://github.com/twharmon/gouid) - Generate cryptographically secure random string IDs with just one allocation. - [nanoid](https://github.com/aidarkhanov/nanoid) - A tiny and efficient Go unique string ID generator.