| github.com/3rf/codecoroner/unused | The "unused" package wraps the go's static anaylsis packages and provides hooks for finding unused functions and identifiers in a codebase | 
| github.com/bjwbell/gensimd |  | 
| github.com/go-llvm/llgo/irgen |  | 
| github.com/nickng/dingo-hunter | dingo-hunter: A tool for analysing Go code to extract the communication patterns for deadlock analysis. | 
| github.com/stripe/safesql | Command safesql is a tool for performing static analysis on programs to ensure that SQL injection attacks are not possible. | 
| github.com/tardisgo/tardisgo | TARDIS Go is a Go->Haxe transpiler. | 
| github.com/tarm/gounused |  | 
| github.com/tmc/ssaview | ssaview is a small utlity that renders SSA code alongside input Go code | 
| golang.org/x/tools/cmd/callgraph | callgraph: a tool for reporting the call graph of a Go program. | 
| golang.org/x/tools/cmd/guru | guru: a tool for answering questions about Go source code. | 
| golang.org/x/tools/cmd/ssadump | ssadump: a tool for displaying and interpreting the SSA form of Go programs. | 
| golang.org/x/tools/go/callgraph/cha | Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm. | 
| golang.org/x/tools/go/callgraph/static | Package static computes the call graph of a Go program containing only static call edges. | 
| golang.org/x/tools/godoc/analysis | Package analysis performs type and pointer analysis and generates mark-up for the Go source view. | 
| golang.org/x/tools/oracle | Package oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/x/tools/cmd/oracle. |