SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

Golang with labels #4

Closed vanaraj-az closed 7 years ago

vanaraj-az commented 8 years ago

If you want to call a main function inside the main function itself, you should use labels and you should not call main function!

SimonWaldherr commented 7 years ago

thanks 👍