From 6a68a70d353ff1f5da2e7fae8e21899dfcbfa7c9 Mon Sep 17 00:00:00 2001 From: Mauricio Souza Lima Date: Thu, 23 Apr 2015 16:51:07 -0300 Subject: [PATCH] Add hystrix-go to Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 159893b..7b10953 100644 --- a/README.md +++ b/README.md @@ -644,6 +644,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go +* [hystrix-go](https://github.com/afex/hystrix-go) - Imprements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services.