add avast/retry-go (#4507)

* add avast/retry-go
This commit is contained in:
Jan Seidl 2022-10-10 11:28:02 +02:00 committed by GitHub
parent 31af303b34
commit 107af982d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2638,6 +2638,7 @@ _General utilities and tools to make your life easier._
- [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/avast/retry-go) - Simple library for retry mechanism.
- [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.
- [rospo](https://github.com/ferama/rospo) - Simple and reliable ssh tunnels with embedded ssh server in Golang.