mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
goctl added
This commit is contained in:
7
tools/goctl/model/sql/gen/error.go
Normal file
7
tools/goctl/model/sql/gen/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package gen
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrCircleQuery = errors.New("circle query with other fields")
|
||||
)
|
||||
Reference in New Issue
Block a user