add quick example

This commit is contained in:
kevin
2020-08-27 22:54:18 +08:00
parent 38806e7237
commit 77e23ad65d
9 changed files with 194 additions and 15 deletions

View File

@@ -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")