From 745b83a05c32760baf9632b8c3cd8e1fe1f3c051 Mon Sep 17 00:00:00 2001 From: seokchan Date: Tue, 31 Mar 2020 12:26:06 +0900 Subject: [PATCH] Add google/uuid (#3008) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddab58da..19370191 100644 --- a/README.md +++ b/README.md @@ -1942,6 +1942,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [uniq](https://gitlab.com/skilstak/code/go/uniq) - No hassle safe, fast unique identifiers with commands. * [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. +* [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. ## Validation