Code Analysis
Source code analysis tools, also known as Static Application Security Testing (SAST) Tools.
staticcheck is go vet
on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.
checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments.
Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack.
A linter that detect the possibility to use variables/constants from the Go standard library.