Searched defs:flatPackage (Results 1 – 1 of 1) sorted by relevance
54 type flatPackage struct { struct55 ID string56 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 …]