Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dstdliblist.go67 type goListPackage struct { struct
68 Dir string // directory containing package sources
69 ImportPath string // import path of package in dir
70 Name string // package name
71 Target string // install path
72 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 package
75 Export string // file containing export data (when using -export)
77 GoFiles []string // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles)
[all …]