Add package retry (#2021)

This commit is contained in:
Shafreeck Sea 2018-07-24 03:30:51 +08:00 committed by Jessica Temporal
parent 67b8f6187c
commit e0252dbca5

View File

@ -1450,6 +1450,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client. * [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](https://github.com/kamilsk/retry) - Functional mechanism based on context to perform actions repetitively until successful.
* [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go. * [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go.
* [retry](https://github.com/shafreeck/retry) - A pretty simple library to ensure your work to be done.
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang. * [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. * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client. * [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client.