Created
March 28, 2016 11:55
-
-
Save tacahiroy/c5f84a544d09efc6459d to your computer and use it in GitHub Desktop.
Check the key is existing in a map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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