From 64ff1299dd698b9dbbb27cf814afdfc20b180521 Mon Sep 17 00:00:00 2001 From: Tom Hadley Date: Tue, 24 Jul 2018 14:33:47 -0400 Subject: [PATCH] Update README.md (#2022) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee85865b..2e79c2ab 100644 --- a/README.md +++ b/README.md @@ -1451,6 +1451,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](https://github.com/percolate/retry) - A simple but highly configurable retry 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.