"used as value" in function call

You've forgotten to declare a return value. It should be:

func sumThis(a, b int) int {
// ...