[A Tour of Go Study Notes] 06 Range, Map, and Function
Understanding Go Range, Map, and Function using official tutorials
Entering the world of Golang, we first acquaint ourselves with basic Golang usage using the official tutorial: A Tour of Go
.
This article introduces Range, Map, and Function.
