-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently in GoDoc, the documentation for mongo.Cursor does not indicate the interface definition, instead it just references the ops.Cursor documentation. Since we generally don't want users looking at this documentation, we should redefine mongo.Cursor to be an interface matching ops.Cursor.