03. Arrays, Slices, and Maps
Array
An array is a collection of similar data elements that are stored at contiguous memory locations.
Arrays are also known as homogeneous data types since we can store elements of a single datatype in one array and not different datatype in one ...
golang-basic.hashnode.dev12 min read