tools: golang.org/x/tools/refactor/importgraph Index | Files | Directories

Packages that import importgraph

PathSynopsis
github.com/shurcooL/cmd/goimportersgoimporters displays an import graph of Go packages that import the specified Go package in your GOPATH workspace.
github.com/shurcooL/cmd/goimportgraphgoimportgraph displays an import graph within specified Go packages.
github.com/shurcooL/go/importgraphutilPackage importgraphutil augments "golang.org/​x/​tools/​refactor/​importgraph" with a way to build graphs ignoring tests.
golang.org/x/tools/cmd/guruguru: a tool for answering questions about Go source code.
golang.org/x/tools/oraclePackage oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/​x/​tools/​cmd/​oracle.
golang.org/x/tools/refactor/renamePackage rename contains the implementation of the 'gorename' command whose main function is in golang.org/​x/​tools/​cmd/​gorename.