Skip to content

Commit

Permalink
fix(database): Add go-get for MongoDB package
Browse files Browse the repository at this point in the history
  • Loading branch information
cqdetdev committed Jan 16, 2025
1 parent c530d54 commit 8f8fdc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f8fdc7

Please # to comment.