init
This commit is contained in:
5
model/config_api/vars.go
Normal file
5
model/config_api/vars.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config_api
|
||||
|
||||
import "github.com/zeromicro/go-zero/core/stores/sqlx"
|
||||
|
||||
var ErrNotFound = sqlx.ErrNotFound
|
Reference in New Issue
Block a user