good morning!!!!

Skip to content
Snippets Groups Projects
Commit 4b2f1f76 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

idx should return -1

parent df3366d9
No related branches found
No related tags found
No related merge requests found
......@@ -397,5 +397,5 @@ func (it *ValueIterator) Value() *Value {
}
func (it *ValueIterator) Idx() int {
return it.idx
return it.idx - 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment