Skip to content

Instantly share code, notes, and snippets.

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