go-maps


tags:

  • ready
  • online
  • reviewed
  • go
  • summary
  • informatic
  • data-structure
  • data-representation
  • hash-map

maps

Contents

__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-basics/maps) __

Maps

Maps are the data structure in Go, where we use whenever we want to have mappings between key:value pairs. They have flexibility in terms of removing or adding elements into them. Maps do not allow duplicate entries while data are kept unordered.