From 80a52d37da19db85e1a26f63e655ec50faa8d0ce Mon Sep 17 00:00:00 2001 From: Rafael Jesus Date: Tue, 2 Jan 2018 16:16:15 +0100 Subject: [PATCH] Add retry-go library (#1721) Add retry-go library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23ed0534..7d8f22b7 100644 --- a/README.md +++ b/README.md @@ -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.