error.go 96 B

12345
  1. package gen
  2. import "errors"
  3. var ErrCircleQuery = errors.New("circle query with other fields")