var templates … func TestTemplates(t *testing.T) { … } func callsOf(tree *ast.File, name string) []*ast.CallExpr { … } func treeOf(p *packages.Package, fname string) *ast.File { … }
var templates … func TestTemplates(t *testing.T) { … } func callsOf(tree *ast.File, name string) []*ast.CallExpr { … } func treeOf(p *packages.Package, fname string) *ast.File { … }