Die Golang -Karte hat den Schlüssel
if val, ok := dict["foo"]; ok {
//do something here
}
Pleasant Panther
if val, ok := dict["foo"]; ok {
//do something here
}