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 bf93bd2 commit e85695eCopy full SHA for e85695e
source/quick-start.txt
@@ -19,7 +19,7 @@ Go Driver Quick Start
19
20
.. include:: /includes/quick-start/overview.rst
21
22
-Set up Your Project
+Set Up Your Project
23
-------------------
24
25
Use Go Mod to Initialize a Project
@@ -42,7 +42,7 @@ Use ``go get`` to add the Go driver as a dependency.
42
43
.. code-block:: shell
44
45
- go get go.mongodb.org/mongo-driver/mongo
+ go get go.mongodb.org/mongo-driver/v2/mongo
46
47
Add Other Dependencies
48
~~~~~~~~~~~~~~~~~~~~~~
@@ -61,7 +61,6 @@ Create a MongoDB Cluster
61
62
.. include:: /includes/quick-start/atlas-setup.rst
63
64
-
65
Query Your MongoDB Cluster from Your Application
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
0 commit comments