Address review comments

This commit is contained in:
Andrew Dunham 2015-04-15 16:28:13 -07:00
parent 430ff507f0
commit 5eed4d9667
19 changed files with 125 additions and 139 deletions

View file

@ -106,7 +106,6 @@ func (it *Int64) Next() bool {
}
func (it *Int64) Err() error {
// This iterator should never error.
return nil
}