package packagesinternal
import "golang.org/x/tools/internal/packagesinternal"
Package packagesinternal exposes internal-only fields from go/packages.
Index ¶
Variables ¶
var DepsErrors int // must be set as a LoadMode to call GetDepsErrors
var GetDepsErrors = func(p any) []*PackageError { return nil }
var SetModFile = func(config interface{}, value string) {}
var TypecheckCgo int
Types ¶
type PackageError ¶
type PackageError struct { ImportStack []string // shortest path from package named on command line to this one Pos string // position of error (if present, file:line:col) Err string // the error itself }
Source Files ¶
packages.go
- Version
- v0.30.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Last checked
- 8 hours ago –
Tools for package owners.