File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ _cgo_export.*
20
20
_testmain.go
21
21
22
22
* .exe
23
+
24
+ # IDEs
25
+ .idea /
Original file line number Diff line number Diff line change @@ -11,16 +11,15 @@ The retries exponentially increase and stop increasing when a certain threshold
11
11
12
12
Import path is ` github.com/cenkalti/backoff/v4 ` . Please note the version part at the end.
13
13
14
- godoc.org does not support modules yet,
15
- so you can use https://godoc.org/gopkg.in/cenkalti/backoff.v4 to view the documentation.
14
+ Use https://pkg.go.dev/github.com/cenkalti/backoff/v4 to view the documentation.
16
15
17
16
## Contributing
18
17
19
18
* I would like to keep this library as small as possible.
20
19
* Please don't send a PR without opening an issue and discussing it first.
21
20
* If proposed change is not a common use case, I will probably not accept it.
22
21
23
- [ godoc ] : https://godoc.org /github.com/cenkalti/backoff
22
+ [ godoc ] : https://pkg.go.dev /github.com/cenkalti/backoff/v4
24
23
[ godoc image ] : https://godoc.org/github.com/cenkalti/backoff?status.png
25
24
[ travis ] : https://travis-ci.org/cenkalti/backoff
26
25
[ travis image ] : https://travis-ci.org/cenkalti/backoff.png?branch=master
@@ -30,4 +29,4 @@ so you can use https://godoc.org/gopkg.in/cenkalti/backoff.v4 to view the docume
30
29
[ 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
31
30
[ exponential backoff wiki ] : http://en.wikipedia.org/wiki/Exponential_backoff
32
31
33
- [ advanced example ] : https://godoc.org /github.com/cenkalti/backoff#example_
32
+ [ advanced example ] : https://pkg.go.dev /github.com/cenkalti/backoff/v4?tab=doc#pkg-examples
You can’t perform that action at this time.
0 commit comments