| Description | |
|---|---|
| go vet | It focuses on correctness, not on style. - It is a static analysis tool that examines Go source code and reports suspicious constructs — things that are likely bugs, but that the compiler doesn’t catch. |
| golangci-lint | Linter suite |
| golint | Golint is a great tool to check for missing comments and other common stylistic issues. |
| gosec |