A map is Go's built-in hash table — an unordered collection of key-value pairs with O(1) average lookup. It's the standard way to associate keys with values.
Creating and using maps
ages := ([])
ages[] =
age := ages[]
scores := []{
: ,
: ,
}
(scores, )
(scores)
