mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add golangci-lint (#5096)
This commit is contained in:
parent
04f8a9f120
commit
c096dce768
@ -3027,6 +3027,7 @@ _Source code analysis tools, also known as Static Application Security Testing (
|
|||||||
- [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
|
- [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
|
||||||
- [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
|
- [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
|
||||||
- [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK.
|
- [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK.
|
||||||
|
- [golangci-lint](https://github.com/golangci/golangci-lint) – A fast Go linters runner. It runs linters in parallel, uses caching, supports `yaml` config, has integrations with all major IDE and has dozens of linters included.
|
||||||
- [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.
|
- [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.
|
||||||
- [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.
|
||||||
- [GoPlantUML](https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
|
- [GoPlantUML](https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
|
||||||
|
Loading…
Reference in New Issue
Block a user