Maps - Golang - Complete Documentation by ntxm.org

Map Fundamentals

Understand what maps are in Go, how to declare a map type, and the different ways to create and initialize maps for key-value storage.

Working with Maps

Learn how to read and write entries, use the comma-ok idiom, delete entries, and iterate over maps in Go.

Advanced Map Usage

Techniques for using maps as sets, struct and interface keys, the maps standard library package, and making maps safe for concurrent use