You must log in or register to comment.
mfw my face when the go compiler fucking screams at me because I dared to declare a variable and not use it
IF THIS IS INTENTIONAL PUT AN UNDERSCORE BEFORE THE VARIABLE NAME YOU ABSOLUTE FUCKING MORON
didn’t know the go compiler’s name was steeve
Function is changing a global variable, the global variable is checked after every call to the function. That’s your return value.
deleted by creator
Idk, mb they expected you to modify smth passed by reference/pointer, and the compiler’s too busy to care :)