Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix anonymous field index in range clause.
Given the anonymousFields value []int{4, 5}, struct fields 0 and 1 were being decoded into instead of 4 and 5.
- Loading branch information