mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Add a new lint tools: revive
parent
1322f1aacc
commit
1b0587a944
@ -15,6 +15,7 @@ An overview of tools that will help improve your Go code
|
|||||||
- [gofmt](https://golang.org/cmd/gofmt/) - Start with the standard Go code formatter
|
- [gofmt](https://golang.org/cmd/gofmt/) - Start with the standard Go code formatter
|
||||||
- [golint](https://github.com/golang/lint) - Detects style mistakes in Go code
|
- [golint](https://github.com/golang/lint) - Detects style mistakes in Go code
|
||||||
- [goimports](https://github.com/bradfitz/goimports) - Format code and fix your import statements
|
- [goimports](https://github.com/bradfitz/goimports) - Format code and fix your import statements
|
||||||
|
- [revive](https://github.com/mgechev/revive) - Fast, configurable, extensible, flexible, and beautiful linter for Go
|
||||||
|
|
||||||
## Code generation, Templating and Generics
|
## Code generation, Templating and Generics
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user