Update README.md

add pestor for http client calls (retries, backoff, and concurrency)
This commit is contained in:
Seth Ammons 2015-05-25 13:29:34 -07:00
parent ec4b5d1dde
commit 303c33cd2c

View File

@ -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.