I have a Collection in MongoDB that has a field like this: NewMessage map[string]bool It is a map that takes usernames as keys and boolean as value. I\'m havi
NewMessage map[string]bool