Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go197 type goPackage struct { struct
198 properties struct {
207 pkgRoot string
210 archiveFile string
213 testArchiveFile string
216 config *Config
219 buildStage Stage
234 func (g *goPackage) GoPkgPath() string {
238 func (g *goPackage) GoPkgRoot() string {
242 func (g *goPackage) GoPackageTarget() string {
[all …]