qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
How to download and setup qmgo
Open terminal and run command
git clone https://github.com/qiniu/qmgo.git
git clone is used to create a copy or clone of qmgo repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with qmgo https://github.com/qiniu/qmgo/archive/master.zip
Or simply clone qmgo with SSH
[email protected]:qiniu/qmgo.git