Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pkg ¶
type Pkg []string
Pkg represents packages to parse and generate interfaces for.
func (*Pkg) Parse ¶
Parse constructs a list of Package located in a common GOROOT source parent directory, parsing (via AST construction) lists of exported function signatures/definitions associated with each said Package, and returns a map of each package path to the Package populated with all exported function signatures discovered.
Click to show internal directories.
Click to hide internal directories.