add gofumpt

pull/10/head
Isaev Denis 5 years ago committed by GitHub
parent 1da05b4407
commit 173659afd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters
## Linters
### Code Formatting
* [gofmt](https://golang.org/cmd/gofmt/) - Gofmt formats Go programs. Must have for every project. Don't forget to use -s flag.
* [gofumpt](https://github.com/mvdan/gofumpt) - The tool is a modified fork of gofmt, enforcing a stricter format than gofmt, while being backwards compatible.
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Goimports does everything that gofmt does. Additionally it checks unused imports.
* [unindent](https://github.com/mvdan/unindent) - Report code that is unnecessarily indented

Loading…
Cancel
Save