mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
6 lines
105 B
Go
6 lines
105 B
Go
|
|
package model
|
||
|
|
|
||
|
|
import "github.com/tal-tech/go-zero/core/stores/sqlx"
|
||
|
|
|
||
|
|
var ErrNotFound = sqlx.ErrNotFound
|