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
1919
2020This is the official MongoDB Go Driver.
2121
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 >`__
2323
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>`__
2525
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>`__
2727
2828- `Changelog <https://github.com/mongodb/mongo-go-driver/releases>`__
2929
3030- `Source Code <https://github.com/mongodb/mongo-go-driver>`__
3131
32-
3332Installation
3433------------
3534
3635The recommended way to get started using the MongoDB Go driver is by using
3736`Go modules <https://blog.golang.org/v2-go-modules>`__
3837
39-
4038.. code-block:: go
4139
4240 mkdir goproj
4341 cd goproj
4442 go mod init goproj
4543 go get go.mongodb.org/mongo-driver/mongo
4644
47-
4845See `Installation <https://github.com/mongodb/mongo-go-driver#installation>`__
49-
46+ for additional ways to add the driver to your project.
5047
5148Connect to MongoDB Atlas
5249------------------------
You can’t perform that action at this time.
0 commit comments