add the WUID package (#1781)

This commit is contained in:
Edwin 2018-02-01 22:14:48 +08:00 committed by Cássio Botaro
parent 542c3969e2
commit 2fe6b6d3b9

View File

@ -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.