File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
- # Exponential Backoff [ ![ GoDoc] [ godoc image ]] [ godoc ] [ ![ Coverage Status ] [ coveralls image ]] [ coveralls ]
1
+ # Exponential Backoff [ ![ GoDoc] [ godoc image ]] [ godoc ]
2
2
3
3
This is a Go port of the exponential backoff algorithm from [ Google's HTTP Client Library for Java] [ google-http-java-client ] .
4
4
@@ -23,8 +23,6 @@ If you have specific needs, copy `Retry` function (from [retry.go][retry-src]) i
23
23
24
24
[ godoc ] : https://pkg.go.dev/github.com/cenkalti/backoff/v5
25
25
[ godoc image ] : https://godoc.org/github.com/cenkalti/backoff?status.png
26
- [ coveralls ] : https://coveralls.io/github/cenkalti/backoff?branch=v5
27
- [ coveralls image ] : https://coveralls.io/repos/github/cenkalti/backoff/badge.svg?branch=v5
28
26
29
27
[ google-http-java-client ] : https://github.com/google/google-http-java-client/blob/da1aa993e90285ec18579f1553339b00e19b3ab5/google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java
30
28
[ exponential backoff wiki ] : http://en.wikipedia.org/wiki/Exponential_backoff
You can’t perform that action at this time.
0 commit comments