Move 'err' to the end of the struct
This commit is contained in:
parent
c9de029225
commit
8abb3807cb
1 changed files with 1 additions and 1 deletions
|
|
@ -46,11 +46,11 @@ type Iterator struct {
|
|||
dir quad.Direction
|
||||
qs *QuadStore
|
||||
result *Token
|
||||
err error
|
||||
buffer [][]byte
|
||||
offset int
|
||||
done bool
|
||||
size int64
|
||||
err error
|
||||
}
|
||||
|
||||
func NewIterator(bucket []byte, d quad.Direction, value graph.Value, qs *QuadStore) *Iterator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue