Searched defs:goPackage (Results 1 – 1 of 1) sorted by relevance
226 type goPackage struct { struct227 blueprint.SimpleName228 properties struct {247 pkgRoot string250 archiveFile string253 testResultFile []string256 config *Config270 func (g *goPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {274 func (g *goPackage) GoPkgPath() string {278 func (g *goPackage) GoPkgRoot() string {[all …]