error.go 101 B

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