Как проверить, если значение Exiets в карте в go

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