From 303c33cd2c4a390943a4eba28ff9b9aa264fb79e Mon Sep 17 00:00:00 2001 From: Seth Ammons Date: Mon, 25 May 2015 13:29:34 -0700 Subject: [PATCH] Update README.md add pestor for http client calls (retries, backoff, and concurrency) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd635121..2c09b69a 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ngrok](https://github.com/inconshreveable/ngrok) - Introspected tunnels to localhost. * [okrun](https://github.com/xta/okrun) - go run error steamroller * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool +* [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy.