Fixed.
Yes, my enum consists only of 2 values PING and PONG But it wants for some reason for value BINK to be there...
PING
PONG
BINK
It appears to be only for the fact that the solution set-up contains a declaration with the function name PingPoint, whereas it should be PingPong.
PingPoint
PingPong
This one does not appear to work in Go. It fails to compile the tests without making any modifications to it.
Loading collection data...
Fixed.
Yes, my enum consists only of 2 values
PING
andPONG
But it wants for some reason for value
BINK
to be there...It appears to be only for the fact that the solution set-up contains a declaration with the function name
PingPoint
, whereas it should bePingPong
.This one does not appear to work in Go. It fails to compile the tests without making any modifications to it.