From 6db8b74f1757a4cc48482dfb1c2520c8029c8c54 Mon Sep 17 00:00:00 2001 From: Jaden Weiss Date: Mon, 23 Jul 2018 15:17:00 -0400 Subject: [PATCH] add gofrs uuid package (#2014) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92884554..f60b4481 100644 --- a/README.md +++ b/README.md @@ -873,6 +873,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [turtle](https://github.com/hackebrot/turtle) - Emojis for Go. * [url-shortener](https://github.com/pantrif/url-shortener) - A modern, powerful, and robust URL shortener microservice with mysql support. * [uuid](https://github.com/agext/uuid) - Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier. +* [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. * [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and ouput handling. * [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called. * [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID.