Skip to content

Commit 5d4d9f7

Browse files
bhundvenactions-user
authored andcommitted
chore: Update README.md for release
1 parent adbc2af commit 5d4d9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This is a collection of golang [pre-commit](http://pre-commit.com/) hooks.
1313
## Available Hooks
1414
1515
* `go-fmt` - Runs `gofmt`. Requires golang: https://go.dev/doc/install
16+
* `go-fumpt` - Runs `gofumpt`. Requires gofumpt: https://github.com/mvdan/gofumpt
1617
* `go-imports` - Runs `goimports`. Requires goimports: https://pkg.go.dev/golang.org/x/tools/cmd/goimports
1718
* `go-vet` - Runs `go vet`. Requires golang: https://go.dev/doc/install
1819
* `go-lint` - [DEPRECATED] Runs `golint`. Requires golint: https://github.com/golang/lint

0 commit comments

Comments
 (0)