如题刚刚开始学习go 语言有些不懂:
a.Data = make(map[string]interface{})
我认为它是在申请a.Data map为字符串类型的空间,那么它后面接一个空的interface是什么意思?