Files
go-zero/example/shorturl/rpc/transform/model/vars.go

6 lines
105 B
Go
Raw Normal View History

2020-09-01 16:04:39 +08:00
package model
import "github.com/tal-tech/go-zero/core/stores/sqlx"
var ErrNotFound = sqlx.ErrNotFound