Go Maps
Jump to navigation
Jump to search
Internal
Overview
A map is an unordered collection of key-value pairs.
Declaration
Long Declaration
var m map[string]int
A map is an unordered collection of key-value pairs.
var m map[string]int