Searched defs:PackageInternal (Results 1 – 1 of 1) sorted by relevance
216 type PackageInternal struct { struct218 Build *build.Package219 Imports []*Package // this package's direct imports220 …y when using CompiledGoFiles (all from standard library); 1:1 with the end of PackagePublic.Imports221 …iginal imports as they appear in the text of the program; 1:1 with the end of PackagePublic.Imports222 ForceLibrary bool // this package is a library (even if named "main")223 CmdlineFiles bool // package built from files listed on command line224 CmdlinePkg bool // package listed on command line225 …linePkgLiteral bool // package listed as literal on command line (not via wildcard)226 Local bool // imported via local path (./ or ../)[all …]