mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-19 01:36:40 +08:00
15 lines
356 B
Go
15 lines
356 B
Go
//
|
||
// @Link https://github.com/bufanyun/hotgo
|
||
// @Copyright Copyright (c) 2022 HotGo CLI
|
||
// @Author Ms <133814250@qq.com>
|
||
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
||
//
|
||
package consts
|
||
|
||
// 错误解释
|
||
const (
|
||
ErrorORM = "sql执行异常"
|
||
ErrorNotData = "数据不存在"
|
||
ErrorRotaPointer = "指针转换异常"
|
||
)
|