Files
go-zero/tools/goctl/model/sql/example/withoutcachemodel/error.go
2020-08-15 18:38:55 +08:00

8 lines
110 B
Go
Executable File

package model
import "github.com/tal-tech/go-zero/core/stores/sqlx"
var (
ErrNotFound = sqlx.ErrNotFound
)