1 Star 0 Fork 0

妙音/go-mysqlstack

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
error.go 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
BohuTANG 提交于 2017-12-04 12:06 +08:00 . *: fixup issues which reported by golint
/*
* go-mysqlstack
* xelabs.org
*
* Copyright (c) XeLabs
* GPL License
*
*/
package packet
import (
"errors"
)
var (
// ErrBadConn used for the error of bad connection.
ErrBadConn = errors.New("connection.was.bad")
// ErrMalformPacket used for the bad packet.
ErrMalformPacket = errors.New("Malform.packet.error")
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuender/go-mysqlstack.git
git@gitee.com:xuender/go-mysqlstack.git
xuender
go-mysqlstack
go-mysqlstack
v1.0.2

搜索帮助