TIL: in go, a switch cases don’t automatically fallthrough. So, this:
won’t work as intended. Instead it should be:
Developer from somewhere
TIL: in go, a switch cases don’t automatically fallthrough. So, this:
won’t work as intended. Instead it should be: