Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jjuliano/60d7bcac29a761988dbd71a542d00b50 to your computer and use it in GitHub Desktop.
Save jjuliano/60d7bcac29a761988dbd71a542d00b50 to your computer and use it in GitHub Desktop.
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