mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
10 lines
179 B
Go
10 lines
179 B
Go
package template
|
|
|
|
// Error defines an error template
|
|
const Error = `package {{.pkg}}
|
|
|
|
import "github.com/zeromicro/go-zero/core/stores/sqlx"
|
|
|
|
var ErrNotFound = sqlx.ErrNotFound
|
|
`
|