Arrays

Slices

Maps

Maps in Go are built-in data types that associate keys with values, similar to dictionaries or hash tables in other programming languages. They are unordered collections that allow you to store and retrieve data efficiently.