1 Star 1 Fork 0

007lz / go-tinyid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
msg.go 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
lizhen 提交于 2023-10-30 15:35 . 代码框架搭建
package merrors
const (
ErrMsgSuccess = "success"
ErrMsgRequestBindFailed = "request_bind_failed"
ErrMsgDataNotSupport = "data_not_support"
)
var ErnoMsgMap = map[int]string{
ErnoSuccess: ErrMsgSuccess,
ErnoRequestBindFailed: ErrMsgRequestBindFailed,
ErnoDataNotSupport: ErrMsgDataNotSupport,
}
Go
1
https://gitee.com/git-lz/go-tinyid.git
git@gitee.com:git-lz/go-tinyid.git
git-lz
go-tinyid
go-tinyid
v0.0.1

搜索帮助

53164aa7 5694891 3bd8fe86 5694891