This commit is contained in:
Muhammad Surya 2019-01-14 18:16:11 +07:00 committed by Cássio Botaro
parent d1c0dc790e
commit 6d0dff9dc4

View File

@ -933,6 +933,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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 output 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.
* [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.
* [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID.
* [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go.
* [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber.