Documentation
¶
Overview ¶
Package gotool is a library of utility functions used to implement the standard "Go" tool provided as a convenience to developers who want to write tools with similar semantics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportPaths ¶
ImportPaths returns the import paths to use for the given arguments. The path "all" is expanded to all packages in $GOPATH and $GOROOT. The path "std" is expanded to all packages in the Go standard library. The string "..." is treated as a wildcard within a path.
func SetContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.