Skip to content

Commit 09fe06c

Browse files
author
Chris Cho
authored
DOCSP-10523: add link to golang tutorials (#643)
* DOCSP-10523: add link to golang tutorials
1 parent c9cd81b commit 09fe06c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/go.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,31 @@ Introduction
1919

2020
This 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-
3332
Installation
3433
------------
3534

3635
The 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-
4845
See `Installation <https://github.com/mongodb/mongo-go-driver#installation>`__
49-
46+
for additional ways to add the driver to your project.
5047

5148
Connect to MongoDB Atlas
5249
------------------------

0 commit comments

Comments
 (0)