Go has goto
keyword.
You should try very hard to avoid using
goto
. But in the rare situations where it makes your code more readable, it is an option.
Example when goto
improves the code:
Search
Go has goto
keyword.
You should try very hard to avoid using
goto
. But in the rare situations where it makes your code more readable, it is an option.
Example when goto
improves the code: