Searched defs:GoPackage (Results 1 – 2 of 2) sorted by relevance
143 type GoPackage struct { struct144 Name string147 directDeps []*GoPackage // specified directly by the module149 files []string152 pkgDir string153 output string154 hashResult []byte157 mutex sync.Mutex158 compiled bool159 failed error[all …]
126 after func(pkg *GoPackage)) {