Home
last modified time | relevance | path

Searched defs:PackageInternal (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go216 type PackageInternal struct { struct
218 Build *build.Package
219 Imports []*Package // this package's direct imports
220 …y when using CompiledGoFiles (all from standard library); 1:1 with the end of PackagePublic.Imports
221 …iginal imports as they appear in the text of the program; 1:1 with the end of PackagePublic.Imports
222 ForceLibrary bool // this package is a library (even if named "main")
223 CmdlineFiles bool // package built from files listed on command line
224 CmdlinePkg bool // package listed on command line
225 …linePkgLiteral bool // package listed as literal on command line (not via wildcard)
226 Local bool // imported via local path (./ or ../)
[all …]