From 2fe6b6d3b99ae51981894c1a3325ae2ba1391dc5 Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 1 Feb 2018 22:14:48 +0800 Subject: [PATCH] add the WUID package (#1781) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3857b279..7c9af842 100644 --- a/README.md +++ b/README.md @@ -815,6 +815,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [uuid](https://github.com/agext/uuid) - Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier. * [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. * [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.