Home
last modified time | relevance | path

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

/build/blueprint/microfactory/
Dmicrofactory.go143 type GoPackage struct { struct
144 Name string
147 directDeps []*GoPackage // specified directly by the module
148 allDeps []*GoPackage // direct dependencies and transitive dependencies
149 files []string
152 pkgDir string
153 output string
154 hashResult []byte
157 mutex sync.Mutex
158 compiled bool
[all …]
Dmicrofactory_test.go126 after func(pkg *GoPackage)) {