tools: golang.org/x/tools/go/buildutil Index | Files | Directories

Packages that import buildutil

PathSynopsis
github.com/3rf/codecoroner
github.com/golang/tools/cmd/gomvpkgThe gomvpkg command moves go packages, updating import declarations.
github.com/newhook/go-symbolsThe gosymbols command prints type information for package-level symbols.
github.com/shurcooL/go/importgraphutilPackage importgraphutil augments "golang.org/​x/​tools/​refactor/​importgraph" with a way to build graphs ignoring tests.
github.com/visualfc/gotools/types
github.com/zmb3/gogetdocgogetdoc gets documentation for Go objects given their locations in the source code
golang.org/x/tools/cmd/callgraphcallgraph: a tool for reporting the call graph of a Go program.
golang.org/x/tools/cmd/egThe eg command performs example-based refactoring.
golang.org/x/tools/cmd/gomvpkgThe gomvpkg command moves go packages, updating import declarations.
golang.org/x/tools/cmd/gorenameThe gorename command performs precise type-safe renaming of identifiers in Go source code.
golang.org/x/tools/cmd/guruguru: a tool for answering questions about Go source code.
golang.org/x/tools/cmd/oracleoracle: a tool for answering questions about Go source code.
golang.org/x/tools/cmd/ssadumpssadump: a tool for displaying and interpreting the SSA form of Go programs.
golang.org/x/tools/go/loaderPackage 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/importgraphPackage importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace.
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.