Skip to content

Instantly share code, notes, and snippets.

@riking
Forked from blizzarddreams/a.go
Last active August 29, 2015 14:15
Show Gist options
  • Save riking/f4af943658068996aaaa to your computer and use it in GitHub Desktop.
Save riking/f4af943658068996aaaa 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(names["Hello"])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment