Add retry-go library (#1721)

Add retry-go library
This commit is contained in:
Rafael Jesus 2018-01-02 16:16:15 +01:00 committed by Avelino
parent 99784d3b24
commit 80a52d37da

View File

@ -1335,6 +1335,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
* [retry](https://github.com/kamilsk/retry) - Functional mechanism based on context to perform actions repetitively until successful.
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy.
* [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients.