[A Tour of Go Study Notes] 07 method
Understanding Go method 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 methods in Go.