Searched defs:goPackage (Results 1 – 2 of 2) sorted by relevance
408 type goPackage struct { struct411 fset *token.FileSet413 syntax []*ast.File415 types *types.Package419 facts *facts.Set422 illTyped bool425 typeCheckError error428 typesInfo *types.Info431 func (g *goPackage) String() string {438 func checkAnalysisResults(actions []*action, pkg *goPackage) string {
866 func goPackage(v interface{}) string { func