Merge pull request #845 from pyros2097/patch-4

Add github.com/vrecan/death
This commit is contained in:
Dobrosław Żybort 2016-02-28 13:38:23 +01:00
commit 0b5a647c63

View File

@ -885,6 +885,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [apm](https://github.com/topfreegames/apm) - A process manager for Golang applications with an HTTP API.
* [boilr](https://github.com/tmrts/boilr) - A blazingly fast CLI tool for creating projects from boilerplate templates.
* [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go.
* [Death](https://github.com/vrecan/death) - Managing go application shutdown with signals.
* [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go
* [delve](https://github.com/derekparker/delve) - Go debugger.
* [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.