My sample projects with Go and MongoDB.
Driver: mgo - MongoDB driver for Go.
- mgoBasic - a basic sample with mgo.
- mgoCRUD - create, read, update, and delete with mgo.
- concon - stands for concurrent contacts, use concurrency to process bulky contacts data.