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 0840598 commit 8ee0162Copy full SHA for 8ee0162
README.md
@@ -78,7 +78,7 @@ use the `Ping` method:
78
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
79
defer cancel()
80
81
-client.Ping(ctx, readpref.Primary())
+_ = client.Ping(ctx, readpref.Primary())
82
```
83
84
To insert a document into a collection, first retrieve a `Database` and then `Collection` instance from the `Client`:
0 commit comments