# README
Mongo
A simple wrapper for Go's Mongo Driver
Instillation
Use Go modules
go get github.com/akshaybabloo/mongo/v2
Usage
See example_test.go
# Functions
NewMongoClient returns Client and it's associated functions.
A simple wrapper for Go's Mongo Driver
Use Go modules
go get github.com/akshaybabloo/mongo/v2
See example_test.go