//
pkg.gl
Category
github.com/guliping-hz/mybase
repository
package
0.1.6
Repository:
https://github.com/guliping-hz/mybase.git
Documentation:
pkg.go.dev
Overview
Dependencies
45
Dependents
1
#
Packages
cmd
No description provided by the author
events
No description provided by the author
net2
No description provided by the author
rpc
No description provided by the author
#
README
mybase
go基础库,把一些常用的方法或者是类,封装一下,方便其他项目调用。
events
模拟node中的事件分发监听机制。
net2
封装了TCP socket和websocket。项目拿来直接写业务逻辑,不用再去写socket的逻辑了。
report
封装了版署实名请求和游戏上报
钉钉通知
一键使用钉钉通知,监听服务器错误日志
日志
由于日志中使用了chan。所以写完日志需要sleep等待一下(仅限测试)。