Merge pull request #838 from txgruppi/patch-2

Added github.com/txgruppi/werr
This commit is contained in:
Dobrosław Żybort 2016-03-09 10:43:21 +01:00
commit f724b446da

View File

@ -564,6 +564,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [margelet](https://github.com/zhulik/margelet) - A framework for building Telegram bots.
* [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal.
* [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...
* [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.