GO MAP CHECK Key existe

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