[A Tour of Go Study Notes] 04 Pointers and Structs
Understanding Go language pointers and structs using the official tutorial
Entering the world of Golang, we first explore the basic usage of Golang using the official tutorial: A Tour of Go
.
This article introduces the usage of pointers and structs.