mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #320 from NHOrus/master
Added metalinter in code analysis tools
This commit is contained in:
commit
68ecbaf1fd
@ -706,6 +706,7 @@ Go software and plugins.
|
|||||||
* [goimports](http://godoc.org/code.google.com/p/go.tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
|
* [goimports](http://godoc.org/code.google.com/p/go.tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
|
||||||
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
||||||
* [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
|
* [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
|
||||||
|
* [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.
|
||||||
* [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.
|
* [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.
|
||||||
|
|
||||||
## Editor Plugins
|
## Editor Plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user