Searched defs:goListPackage (Results 1 – 1 of 1) sorted by relevance
67 type goListPackage struct { struct68 Dir string // directory containing package sources69 ImportPath string // import path of package in dir70 Name string // package name71 Target string // install path72 Goroot bool // is this package in the Go root?73 Standard bool // is this package part of the standard Go library?74 Root string // Go root or Go path dir containing this package75 Export string // file containing export data (when using -export)77 GoFiles []string // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles)[all …]