From 31fb4261bd61df4915fc20ec4c2b26cbc571877a Mon Sep 17 00:00:00 2001 From: pyros2097 Date: Fri, 26 Feb 2016 13:31:16 +0530 Subject: [PATCH] Add github.com/vrecan/death --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caba66a..9830c47 100644 --- a/README.md +++ b/README.md @@ -884,6 +884,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.