Data-Structures GOLANG Maps/Dictionaries Initialize map dict := make(map[int]bool Check if value exists in map if _, ok := dict[v]; ok { }