Golang-Golang-X-Tools
- benchcmp(1) displays performance changes between benchmarks
- callgraph(1) updates your Go import lines
- digraph(1) performs queries over unlabelled directed graphs
- fiximports(1) fixes import declarations to use the canonical import path
- godex(1) dumps exported information of packages or selected package objects
- godoc(1) extracts and generates documentation for Go programs
- goimports(1) updates your Go import lines
- golang-eg(1) performs example-based refactoring
- golang-guru(1) Go source code guru
- golang-stress(1) catches episodic failures
- gomvpkg(1) moves go packages, updating import declarations
- gorename(1) performs precise type-safe renaming of identifiers in Go code
- gotype(1) syntatic and semantic analysis of Go files
- html2article(1) converts an HTML file to an article in present format
- present(1) updates your Go import lines
- ssadump(1) a tool for displaying and interpreting the SSA form of Go programs
- stringer(1) generates methods satisfying fmt.Stringer