marcusolsson / goddd

Exploring DDD in Go
MIT License
2.4k stars 274 forks source link

Replace unmaintained dependency for MongoDB #25

Open cloudlena opened 6 years ago

cloudlena commented 6 years ago

gopkg.in/mgo.v2 is not maintained anymore as can be read here. This PR takes care of replacing it with the recommended github.com/globalsign/mgo.

It also fixes a lot of smaller formatting and linting issues and makes it adhere more to Go and Go kit best practises.