Skip to content

Instantly share code, notes, and snippets.

@blizzarddreams
Last active August 29, 2015 14:15
Show Gist options
  • Save blizzarddreams/ecb897ae0de9490b7918 to your computer and use it in GitHub Desktop.
Save blizzarddreams/ecb897ae0de9490b7918 to your computer and use it in GitHub Desktop.
package main
var namesMap := map[string]string{"Hello": "World","foo":"bar"}
package main
import "fmt"
func main() {
fmt.Println(namesMap["Hello"])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment