golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.55k stars 519 forks source link

Include goto #532

Open VKiran08 opened 6 years ago

VKiran08 commented 6 years ago

Context: https://tour.golang.org/flowcontrol/14

Change the title above to describe your issue and add your feedback here, including code if necessary

bgadrian commented 6 years ago

Goto is not a widely used feature, nor should be. Is very specific and including it in the tutorial would presume that is a good thing to write non-structured code.