Login
Remember
Register
Ask a Question
What is the usage of goto statement in Go programming language?
0
votes
asked
Aug 19, 2022
in
GoLang
by
john ganales
What is the usage of goto statement in Go programming language?
goto-statement
golang
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2022
by
john ganales
The goto statement is used to transfer control to the labeled statement.
...