github.com/3rf/codecoroner | |
github.com/golang/tools/cmd/gomvpkg | The gomvpkg command moves go packages, updating import declarations. |
github.com/newhook/go-symbols | The gosymbols command prints type information for package-level symbols. |
github.com/shurcooL/go/importgraphutil | Package importgraphutil augments "golang.org/x/tools/refactor/importgraph" with a way to build graphs ignoring tests. |
github.com/visualfc/gotools/types | |
github.com/zmb3/gogetdoc | gogetdoc gets documentation for Go objects given their locations in the source code |
golang.org/x/tools/cmd/callgraph | callgraph: a tool for reporting the call graph of a Go program. |
golang.org/x/tools/cmd/eg | The eg command performs example-based refactoring. |
golang.org/x/tools/cmd/gomvpkg | The gomvpkg command moves go packages, updating import declarations. |
golang.org/x/tools/cmd/gorename | The gorename command performs precise type-safe renaming of identifiers in Go source code. |
golang.org/x/tools/cmd/guru | guru: a tool for answering questions about Go source code. |
golang.org/x/tools/cmd/oracle | oracle: 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/loader | Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies. |
golang.org/x/tools/refactor/importgraph | Package importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace. |
golang.org/x/tools/refactor/rename | Package rename contains the implementation of the 'gorename' command whose main function is in golang.org/x/tools/cmd/gorename. |