add shorturl example code
This commit is contained in:
5
example/shorturl/rpc/transform/model/vars.go
Executable file
5
example/shorturl/rpc/transform/model/vars.go
Executable file
@@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
import "github.com/tal-tech/go-zero/core/stores/sqlx"
|
||||
|
||||
var ErrNotFound = sqlx.ErrNotFound
|
||||
Reference in New Issue
Block a user