Day3 Go fupeng 2021-12-17 106 阅读1分钟 In Go, you initialize a map with the following syntax: make(map[key-type]value-type) message := make[string]string