File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -19,34 +19,31 @@ Introduction
19
19
20
20
This is the official MongoDB Go Driver.
21
21
22
- - `General documentation for the MongoDB Go Driver <https://godoc.org/go. mongodb.org/mongo-driver/mongo >`__
22
+ - `Quick Start Tutorials <https://www. mongodb.com/blog/search/golang%20quickstart >`__
23
23
24
- - `Get Started with Go <https://www.mongodb.com/blog/post/mongodb- go-driver-tutorial>`_
24
+ - `Migration from Community Drivers <https://www.mongodb.com/blog/post/go-migration-guide>`__
25
25
26
- - `Migration from Community Drivers <https://www. mongodb.com/blog/post/go-migration-guide>`_
26
+ - `API Reference <https://godoc.org/go. mongodb.org/mongo-driver/mongo>`__
27
27
28
28
- `Changelog <https://github.com/mongodb/mongo-go-driver/releases>`__
29
29
30
30
- `Source Code <https://github.com/mongodb/mongo-go-driver>`__
31
31
32
-
33
32
Installation
34
33
------------
35
34
36
35
The recommended way to get started using the MongoDB Go driver is by using
37
36
`Go modules <https://blog.golang.org/v2-go-modules>`__
38
37
39
-
40
38
.. code-block:: go
41
39
42
40
mkdir goproj
43
41
cd goproj
44
42
go mod init goproj
45
43
go get go.mongodb.org/mongo-driver/mongo
46
44
47
-
48
45
See `Installation <https://github.com/mongodb/mongo-go-driver#installation>`__
49
-
46
+ for additional ways to add the driver to your project.
50
47
51
48
Connect to MongoDB Atlas
52
49
------------------------
You can’t perform that action at this time.
0 commit comments