Maps / Delete from a map / Essential Go

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