package packagesinternal
Import Path
golang.org/x/tools/internal/packagesinternal (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package packagesinternal exposes internal-only fields from go/packages.
Package-Level Type Names (only one, which is exported)
// the error itself
// shortest path from package named on command line to this one
// position of error (if present, file:line:col)
Package-Level Variables (total 9, all are exported)
var DepsErrors int // must be set as a LoadMode to call GetDepsErrors var GetDepsErrors func(p interface{}) []*PackageError var GetForTest func(p interface{}) string var GetGoCmdRunner func(config interface{}) *gocommand.Runner var SetGoCmdRunner func(config interface{}, runner *gocommand.Runner) var SetModFile func(config interface{}, value string) var SetModFlag func(config interface{}, value string)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)