Searched defs:rawPackage (Results 1 – 2 of 2) sorted by relevance
92 type rawPackage struct { struct93 error string94 dir string // directory containing package sources, relative to the module root97 sourceFiles []*rawFile
18 func encodeModuleBytes(packages []*rawPackage) []byte {42 func encodePackageBytes(p *rawPackage) []byte {46 func encodePackage(e *encoder, p *rawPackage) {