Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1.47 KB

File metadata and controls

8 lines (7 loc) · 1.47 KB

Tooling

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