mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-09-08 12:43:57 +08:00
goctl added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package gen
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrCircleQuery = errors.New("circle query with other fields")
|
||||
)
|
||||
Reference in New Issue
Block a user