directory
0.0.0-20240710092454-d40bdaea4b58
Repository: https://github.com/kdlug/go.git
Documentation: pkg.go.dev

# Packages

a map is a collection of key-value pairs all keys and values must be the same type a map is a refference type (struct is a value type) declaring a map.
No description provided by the author
Map is a reference type so we don't need to pass a variable by refference to change it's value.