Open xiaoxfan opened 4 months ago
如何添加字段示例
字段后面添加注释
type Info{ Id int64 `json:"id"` // id Name string `json:"name"` // 姓名 }
如何添加字段示例