You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: retry.go
+22-7
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ SEE ALSO
39
39
40
40
* [cenkalti/backoff](https://github.com/cenkalti/backoff) - Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java. Really complicated interface.
41
41
42
+
* [rafaeljesus/retry-go](https://github.com/rafaeljesus/retry-go) - looks good, slightly similar as this package, don't have 'simple' `Retry` method
43
+
44
+
* [matryer/try](https://github.com/matryer/try) - very popular package, nonintuitive interface (for me)
0 commit comments