what value does map return if it has no key in golang code example Example: golang check if key is in map if val, ok := dict["foo"]; ok { //do something here }