Documentation ¶
Overview ¶
Package packagesinternal exposes internal-only fields from go/packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DepsErrors int // must be set as a LoadMode to call GetDepsErrors
View Source
var ForTest int // must be set as a LoadMode to call GetForTest
View Source
var GetDepsErrors = func(p interface{}) []*PackageError { return nil }
View Source
var GetForTest = func(p interface{}) string { return "" }
View Source
var SetModFile = func(config interface{}, value string) {}
View Source
var SetModFlag = func(config interface{}, value string) {}
View Source
var TypecheckCgo int
Functions ¶
This section is empty.
Types ¶
type PackageError ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.