Merge pull request #428 from sethgrid/patch-2

Update README.md
This commit is contained in:
Thiago Avelino 2015-05-25 21:52:22 -03:00
commit 60962dbf40

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.