Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jjuliano/353d0cf0a2e87a276abaeca278a98e83 to your computer and use it in GitHub Desktop.
Save jjuliano/353d0cf0a2e87a276abaeca278a98e83 to your computer and use it in GitHub Desktop.
var variable = map[keyType]valueType{}
variable[keyName] = Value
println(variable[keyName]) // Value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment