package main import "fmt" func test(a string, b int) int { } func main() { test("123", 2) fmt.Println("hello, sailor!") }