Text file src/go/doc/testdata/examples/whole_function_external.golden 1 -- .Play -- 2 package main 3 4 func foo(int) 5 6 func main() { 7 foo(42) 8 } 9 View as plain text