We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df304e commit f085d9cCopy full SHA for f085d9c
mongo/doc.go
@@ -55,6 +55,9 @@
55
// if err != nil { return err }
56
// // do something with result...
57
//
58
+// All Client, Collection, and Database methods that take parameters of type interface{}
59
+// will return ErrNilDocument if nil is passed in for an interface{}.
60
+//
61
// Additional examples can be found under the examples directory in the driver's repository and
62
// on the MongoDB website.
63
package mongo
0 commit comments