Searched defs:goPackage (Results 1 – 1 of 1) sorted by relevance
224 type goPackage struct { struct225 blueprint.SimpleName226 properties struct {245 pkgRoot string248 archiveFile string251 testResultFile []string254 config *Config268 func (g *goPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {272 func (g *goPackage) GoPkgPath() string {276 func (g *goPackage) GoPkgRoot() string {[all …]