You've forgotten to declare a return value. It should be:
func sumThis(a, b int) int { // ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!