Day3 Go

106 阅读1分钟

In Go, you initialize a map with the following syntax: make(map[key-type]value-type)

message := make[string]string