Hello
I got that mistake in Go in SE puzzle on the fifth test case:
panic: runtime error: index out of range
at Answer.go.null on line 25
Line 25 is: v,_ := strconv.ParseInt(inputs[i],10,32) which came from the automatic default golang template.
Ths