package helper // Function to Test with go test func Func2test(num1, num2 int)(res int){ return num1 + num2 }