Clean up a little lint and some shadowed variables
This commit is contained in:
parent
969aa1a6c3
commit
67673b31f4
8 changed files with 26 additions and 20 deletions
|
|
@ -160,7 +160,7 @@ func (it *Iterator) NextPath() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// No subiterators.
|
||||
// SubIterators returns no subiterators for a Mongo iterator.
|
||||
func (it *Iterator) SubIterators() []graph.Iterator {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue