package fixtures import "fmt" // Foo is a function. func Foo(a, b int) { fmt.Println("Hello, world!") }