Go With Me: Map
Part 11 of a series of articles about learning Go!
In my last article — “Array and Slices”, I talked about Go array and slice data types. Both are a set of contiguously stored collections of homogeneous type elements. The difference is that the length of array is determined, and the slices length is variable at runtime.