You now understand maps in Go. You can store, retrieve, and manipulate key-value data efficiently.
In the next section, you'll learn about structs. Structs let you group related data together into custom types. Combined with maps and slices, they give you the tools to model any data structure.