package main func main() { const s = map[string]int{ "foo": "bar", "baz": "hello", } }