3 Star 1 Fork 0

NightTC / Gobige

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.go 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
buguang 提交于 2023-05-14 22:17 . 不再引用protoMsg改为msgdef.protomsg
package msgdef
/*
所有与消息结构有关代码
*/
func init() {
typeMgr = newTypeMgr()
}
var (
typeMgr *TypeMgr
)
func GetTypeMgr() *TypeMgr {
return typeMgr
}
Go
1
https://gitee.com/night-tc/gobige.git
git@gitee.com:night-tc/gobige.git
night-tc
gobige
Gobige
00125336c61c

搜索帮助

53164aa7 5694891 3bd8fe86 5694891