- dogsled: a Go static analysis tool to find assignments with too many blank identifiers (x,_,_,_,_, := ...) https://github.com/alexkohler/dogsled 9 comments golang
Linking pages
- GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. https://github.com/analysis-tools-dev/static-analysis 112 comments
- GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. https://github.com/mre/awesome-static-analysis#c 21 comments
- GitHub - golangci/awesome-go-linters: A curated list of awesome Go linters. More than 60 linters and tools! https://github.com/golangci/awesome-go-linters 6 comments
- GitHub - alexkohler/nargs: nargs is a Go static analysis tool to find unused arguments in function declarations. https://github.com/alexkohler/nargs 3 comments
Linked pages
- GitHub - golang/go: The Go programming language https://github.com/golang/go 175 comments
- GitHub - alexkohler/prealloc: prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated. https://github.com/alexkohler/prealloc 15 comments
- GitHub - alexkohler/unimport: unimport is a Go static analysis tool to find unnecessary import aliases. https://github.com/alexkohler/unimport 11 comments
- GitHub - alexkohler/nakedret: nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length. https://github.com/alexkohler/nakedret 10 comments
Would you like to stay up to date with Golang? Checkout Golang
Weekly.