Maps / Iterate over a map with range / Essential G

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { people := map[string]int{ "john": 30, "jane": 29, "mark": 11, } for _, value := range people { fmt.Printf("value: %d\n", value) } }
Editor Settings
Theme
Key bindings
Full width
Lines