moved the exportVar() and exportFunc() functions from data-cursor.go to context-helpers.go
This commit is contained in:
+1
-1
@@ -52,8 +52,8 @@ func (dc *dataCursor) Next() (item any, err error) { // must return io.EOF after
|
||||
} else {
|
||||
dc.index++
|
||||
}
|
||||
exportObjects(dc.ctx, ctx)
|
||||
}
|
||||
exportObjects(dc.ctx, ctx)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user