What control-flow operation does Go's goto perform?
goto
A jump that is allowed only at the end of a for loop.
for
An unconditional jump to a label within the same function.
An immediate return from the current function to its caller.
A conditional call to a function in another package.