From 8f8fdc7ab6d853e0c27eebf8b61a35d5d5e2a561 Mon Sep 17 00:00:00 2001 From: cqdetdev Date: Thu, 16 Jan 2025 17:04:54 -0500 Subject: [PATCH] fix(database): Add go-get for MongoDB package --- guides/setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/setup.md b/guides/setup.md index 667bc00..01f1904 100644 --- a/guides/setup.md +++ b/guides/setup.md @@ -27,6 +27,11 @@ Windows | https://www.mongodb.com/docs/manual/tutorial/install-mongodb- Linux | https://www.mongodb.com/docs/manual/administration/install-on-linux/ MacOS | https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/ +You will also have to install the Go package for MongoDB, this can be done with the simple command: +``` +go get go.mongodb.org/mongo-driver/v2/mongo +``` + ## Installing Gophig For the following projects, we will be using `gophig` to load our own custom configuration files for our server. To install, simply run: