Golang map 出现 cannot call pointer method Load on _
myMap := make(map[string]*struct[string])
myMap["123"] = &struct[string]{}