-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy path.godocdown.tmpl
More file actions
38 lines (24 loc) · 1.62 KB
/
.godocdown.tmpl
File metadata and controls
38 lines (24 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# {{ .Name }}
[](https://github.com/avast/retry-go/releases/latest)
[](LICENSE.md)

[](https://goreportcard.com/report/github.com/avast/retry-go)
[](https://pkg.go.dev/github.com/avast/retry-go/v4)
[](https://codecov.io/github/avast/retry-go?branch=master)
[](https://sourcegraph.com/github.com/avast/retry-go?badge)
{{ .EmitSynopsis }}
{{ .EmitUsage }}
## Contributing
Contributions are very much welcome.
### Makefile
Makefile provides several handy rules, like README.md `generator` , `setup` for prepare build/dev environment, `test`, `cover`, etc...
Try `make help` for more information.
### Before pull request
> maybe you need `make setup` in order to setup environment
please try:
* run tests (`make test`)
* run linter (`make lint`)
* if your IDE don't automaticaly do `go fmt`, run `go fmt` (`make fmt`)
### README
README.md are generate from template [.godocdown.tmpl](.godocdown.tmpl) and code documentation via [godocdown](https://github.com/robertkrimen/godocdown).
Never edit README.md direct, because your change will be lost.