Skip to content

Instantly share code, notes, and snippets.

@comynli
Created December 24, 2013 02:43
Show Gist options
  • Save comynli/8108093 to your computer and use it in GitHub Desktop.
Save comynli/8108093 to your computer and use it in GitHub Desktop.
test key existence in a map
if val, ok := dict["key"]; ok {
// do some things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment