Go supports composite types such as array, slice, maps and structures. We discussed about Arrays and Slices in the previous blog, now is the time to go through the concept of maps in Golang. One of the most useful data structures in computer science is the hash table. Almost every language provides a hash table … Continue reading Golang composite data types – Maps