[A Tour of Go Study Notes] 03 Flow Control
Understanding Go language flow control using the official tutorial

Entering the world of Golang, we first use the official tutorial: A Tour of Go
to learn the basics of using Golang.
This article is a note on flow control, explaining some concepts like if, else, for, switch, and defer.