Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dexec.go1131 type vetConfig struct { struct
1132 ID string // package ID (example: "fmt [fmt.test]")
1133 Compiler string // compiler name (gc, gccgo)
1134 Dir string // directory containing package
1135 ImportPath string // canonical import path ("package path")
1136 GoFiles []string // absolute paths to package source files
1137 NonGoFiles []string // absolute paths to package non-Go files
1138 IgnoredFiles []string // absolute paths to ignored source files
1140 ModulePath string // module path (may be "" on module error)
1141 ModuleVersion string // module version (may be "" on main module or module error)
[all …]