[A Tour of Go Study Notes] 02 Variables and Types
Understanding Go language variables and types 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 variables and types.