// test/test.go package test func Add(a, b int) int { return a + b }