mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
add quick example
This commit is contained in:
@@ -2,6 +2,4 @@ package gen
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrCircleQuery = errors.New("circle query with other fields")
|
||||
)
|
||||
var ErrCircleQuery = errors.New("circle query with other fields")
|
||||
|
||||
Reference in New Issue
Block a user