Golang: Maps
Introduction
In the seventh part of the series, we will be covering Maps. We have covered some basic data structures like arrays and slices, and now we can move into maps or hash tables. Maps allow us to store key-value pairs of a particular type. In...
techstructiveblog.hashnode.dev9 min read