Remove goflake (#4394)

Remove [goflake](https://github.com/hart87/GoFlake) due to the repository being inaccessible or deleted.
This commit is contained in:
Electwix 2022-08-23 11:08:15 +03:00 committed by GitHub
parent 569b6a2572
commit 23a205c356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2668,7 +2668,6 @@ _General utilities and tools to make your life easier._
_Libraries for working with UUIDs._ _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. - [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. - [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. - [nanoid](https://github.com/aidarkhanov/nanoid) - A tiny and efficient Go unique string ID generator.