Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoFiles ¶
GoFiles is a map from package paths to the names of the buildable .go source files (.go files excluding Cgo and test files) in the package.
func AllFiles ¶
AllFiles returns a map that contains all of the non-standard library Go files that are imported (and thus required to build) the specified package (including the package itself). The keys in the returned map are the paths to the packages and the values are a slice of the names of the .go source files in the package (excluding Cgo and test files).
Click to show internal directories.
Click to hide internal directories.