We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576032d commit dcf61e5Copy full SHA for dcf61e5
README.md
@@ -5,7 +5,7 @@ This is a collection of golang [pre-commit](http://pre-commit.com/) hooks.
5
6
```yaml
7
- repo: https://github.com/bhundven/golang-pre-commit.git
8
- rev: v1
+ rev: v1.1.3
9
hooks:
10
- id: go-fmt
11
```
@@ -24,4 +24,3 @@ This is a collection of golang [pre-commit](http://pre-commit.com/) hooks.
24
* `go-generate` - Runs `go generate`. Requires golang: https://go.dev/doc/install
25
* `go-mod-tidy` - Runs `go mod tidy -v`. Requires golang: https://go.dev/doc/install
26
* `go-mod-vendor` - Runs `go mod vendor`. Requires golang: https://go.dev/doc/install
27
-all
0 commit comments