Could someone shed some light on the difference between these two import statements for the same mgo (MongoDB/golang) library:
gopkg.in/mgo.v2
labix.org/v2/mgo
I know you have to pick one or the other, but they both seem to work the same for me. Why are there two and which one should I be using?