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.
2 parents 34fb046 + 7ee9036 commit 0407d8dCopy full SHA for 0407d8d
source/index.txt
@@ -20,12 +20,11 @@ MongoDB Go Driver
20
Introduction
21
------------
22
23
-Welcome to the MongoDB Go driver documentation.
+Welcome to the documentation site for the official MongoDB Go driver.
24
+You can add the driver to your application to work with MongoDB in Go.
25
+Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
26
+or set up a runnable project by following our Quick Start guide.
27
-Connect your Go applications to MongoDB and work with your data using
-the official Go driver. On this page, you can find descriptions of each
-section of the driver documentation and how to learn more about the Go
28
-driver.
29
30
Quick Start
31
-----------
0 commit comments