From d18baf9aee2abe58f1275286fa76a5a6d0fef6d3 Mon Sep 17 00:00:00 2001 From: Alex Bucataru Date: Fri, 24 Feb 2017 23:06:59 -0500 Subject: [PATCH] Add agext/uuid to Miscellaneous (#1301) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f138e42..39fce50 100644 --- a/README.md +++ b/README.md @@ -666,6 +666,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [secdl](https://github.com/xor-gate/secdl) - Lighttpd ModSecDownload algorithm ported to go to secure download urls. * [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... +* [uuid](https://github.com/agext/uuid) - Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier. * [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. * [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber * [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.