Hi Gophers,
I wrote a couple educational articles on Go. And while I did my best, that of course doesn’t necessarily mean they turned out right.
So I was hoping I could get some feedback. Positive feedback is welcome (of course) and tells me I’m on the right path. But with negative feedback I can improve more, so don’t hold back.
The articles are:
- Program a Go loop: the
for
statement - Skip a loop cycle with
continue
- And terminate a loop with
break
Thanks in advance for your help!