Skip to content

Instantly share code, notes, and snippets.

@tacahiroy
Created March 28, 2016 11:55
Show Gist options
  • Select an option

  • Save tacahiroy/c5f84a544d09efc6459d to your computer and use it in GitHub Desktop.

Select an option

Save tacahiroy/c5f84a544d09efc6459d to your computer and use it in GitHub Desktop.
Check the key is existing in a map
if _, ok := m[sessionid]; !ok {
m[sessionid] = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment