Go: Arrays vs Slices
Array and slice are two important data structures in Go that are used to store and manipulate sequences of values. Although they may appear similar at first glance, some key differences between the two are worth understanding.
An array is a fixed-siz...
soumendrak.hashnode.dev4 min read