I tried a couple of my already-solved questions with Go, but all I ever get is Internal Error.
Even on a trivial problem like "reverse integer", if I switch to Go and try to run code with a one-line test:
func reverse(x int) int {
return x
}It gives internal error. I don't see any posting from LeetCode addressing this. Seems like they should disable Go if it's just 100% b0rked, no?