Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dstdliblist.go54 type flatPackage struct { struct
55 ID string
56 Name string `json:",omitempty"`
57 PkgPath string `json:",omitempty"`
58 Standard bool `json:",omitempty"`
59 Errors []flatPackagesError `json:",omitempty"`
60 GoFiles []string `json:",omitempty"`
61 CompiledGoFiles []string `json:",omitempty"`
62 OtherFiles []string `json:",omitempty"`
63 ExportFile string `json:",omitempty"`
[all …]