GO MAP Check -Schlüssel gibt es

if val, ok := dict["foo"]; ok {
    //do something here
}
Pleasant Panther