Choose Category
package main import "fmt" func main() { myMap := map[string]string{"key": "value"} fmt.Printf("%v", myMap) }