package api
import "cmd/api"
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 ¶
Functions ¶
func Check ¶
Types ¶
type Walker ¶
type Walker struct {
// contains filtered or unexported fields
}
func NewWalker ¶
func (*Walker) Features ¶
func (*Walker) Import ¶
Import implements types.Importer.
func (*Walker) ImportFrom ¶
func (w *Walker) ImportFrom(fromPath, fromDir string, mode types.ImportMode) (*types.Package, error)
ImportFrom implements types.ImporterFrom.
Source Files ¶
- Version
- v1.20.7
- Published
- Jul 26, 2023
- Platform
- windows/amd64
- Imports
- 23 packages
- Last checked
- now –
Tools for package owners.