Ai
1 Star 0 Fork 0

wuzpdev/goworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MsgPacker.go 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
seis 提交于 2017-08-09 13:41 +08:00 . fixing lint errors
package netutil
var (
// MSG_PACKER is used for packing and unpacking network data
MSG_PACKER MsgPacker = MessagePackMsgPacker{}
)
// MsgPacker is used to packs and unpacks messages
type MsgPacker interface {
PackMsg(msg interface{}, buf []byte) ([]byte, error)
UnpackMsg(data []byte, msg interface{}) error
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzpdev/goworld.git
git@gitee.com:wuzpdev/goworld.git
wuzpdev
goworld
goworld
v0.1.6

搜索帮助