[A Tour of Go Study Notes] 05 Arrays and Slices
Understanding arrays and slices in the Go language using the official tutorial
Let’s use the official tutorial, A Tour of Go
, to get familiar with basic Golang usage.
This piece introduces the concepts of arrays and slices.