golang get key of map item code example Example: golang map has key if val, ok := dict["foo"]; ok { //do something here }