func Test(t *testing.T) { … } func parse(t *testing.T, fset *token.FileSet, name, src string) *ast.File { … } func typeCheck(t *testing.T, fset *token.FileSet, files []*ast.File, goversion string) (*types.Package, *types.Info) { … }
func Test(t *testing.T) { … } func parse(t *testing.T, fset *token.FileSet, name, src string) *ast.File { … } func typeCheck(t *testing.T, fset *token.FileSet, files []*ast.File, goversion string) (*types.Package, *types.Info) { … }