package unittest import "fmt" func Add(x, y int) int { // fmt.Println(y) return x + x }