Searched defs:vetConfig (Results 1 – 1 of 1) sorted by relevance
1131 type vetConfig struct { struct1132 ID string // package ID (example: "fmt [fmt.test]")1133 Compiler string // compiler name (gc, gccgo)1134 Dir string // directory containing package1135 ImportPath string // canonical import path ("package path")1136 GoFiles []string // absolute paths to package source files1137 NonGoFiles []string // absolute paths to package non-Go files1138 IgnoredFiles []string // absolute paths to ignored source files1140 ModulePath string // module path (may be "" on module error)1141 ModuleVersion string // module version (may be "" on main module or module error)[all …]