From b32ceb0367df552f433350ceda21c91f835e96df Mon Sep 17 00:00:00 2001 From: Marco Talento Date: Sun, 22 Apr 2018 14:37:25 +0100 Subject: [PATCH] Add Go Health Package (#1895) * Add go-health to README.md * fix order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fdee96e..f8df372a 100644 --- a/README.md +++ b/README.md @@ -1336,6 +1336,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications. * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-funk](https://github.com/thoas/go-funk) - Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). +* [go-health](https://github.com/Talento90/go-health) - Health package simplifies the way you add health check to your services. * [go-httpheader](https://github.com/mozillazg/go-httpheader) - Go library for encoding structs into Header fields. * [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go. * [go-respond](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses.