Skip to content

Commit cb11d19

Browse files
author
Jan Seidl
committed
improve docu
1 parent 0aca03e commit cb11d19

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@ Simple library for retry mechanism
1111

1212
slightly inspired by [Try::Tiny::Retry](https://metacpan.org/pod/Try::Tiny::Retry)
1313

14-
## EXAMPLE
14+
## INSTALL && USE
15+
16+
To get the package, execute:
17+
18+
```
19+
go get gopkg.in/avast/retry-go.v0
20+
```
21+
22+
To import this package, add the following line to your code:
23+
24+
```go
25+
import "gopkg.in/avast/retry-go.v0"
26+
```
27+
28+
### EXAMPLE
1529

1630
http get with retry:
1731

0 commit comments

Comments
 (0)