Documentation ¶
Overview ¶
Package api computes the exported API of a set of Go packages. It is only a test, not a command, nor a usefully importable package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Walker ¶
type Walker struct {
// contains filtered or unexported fields
}
func (*Walker) ImportFrom ¶ added in go1.13
func (w *Walker) ImportFrom(fromPath, fromDir string, mode types.ImportMode) (*types.Package, error)
ImportFrom implements types.ImporterFrom.
Click to show internal directories.
Click to hide internal directories.