func parseFunc(filename, functionname string) (fun *ast.FuncDecl, fset *token.FileSet) { … } func printSelf() { … } func ExampleFprint() { … }
func parseFunc(filename, functionname string) (fun *ast.FuncDecl, fset *token.FileSet) { … } func printSelf() { … } func ExampleFprint() { … }