8

golang TIL:

*myInt++

is not the same as

(*myInt)++

thanks for that headscratcher!

another rough case of RTFD

Comments
Add Comment