Use pointer
This commit is contained in:
parent
17b1f9ff55
commit
9df4c5041a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func (p *parser) parseData() (exp Expr, err error) {
|
||||||
|
|
||||||
func (p *parser) parseSet() (mul Expr, err error) {
|
func (p *parser) parseSet() (mul Expr, err error) {
|
||||||
|
|
||||||
out := DataExpression{}
|
out := &DataExpression{}
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue