首字母大写不够 ,应该怎么写golanggolang 谢谢大佬
type Msg struct {Str string}
type MMsg struct {Msg}
ms := MMsg{}ms.Str = “test”