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 361acc3 commit 41275fbCopy full SHA for 41275fb
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.1.3
+ rev: v1
9
hooks:
10
- id: go-fmt
11
```
@@ -24,3 +24,4 @@ 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