1 Star 0 Fork 0

liwen_test_sync_group / bintly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
message.go 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
ppoudyal 提交于 2021-03-29 18:01 . documentation added
package slices
type SubMessage struct {
Id int
Name string
}
//type SubMessage2 []SubMessage
type Message struct {
M1 []SubMessage
// M2 []*SubMessage
//M3 SubMessages
//M4 *SubMessages
// SubMessage2
// SubMessages2
}
1
https://gitee.com/liwen_test_sync_group/bintly.git
git@gitee.com:liwen_test_sync_group/bintly.git
liwen_test_sync_group
bintly
bintly
v0.2.0

搜索帮助