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