Use gopkg.in/mgo.v2 package
This commit is contained in:
parent
94acf36994
commit
97ed9ec073
6 changed files with 11 additions and 11 deletions
2
README
2
README
|
@ -23,7 +23,7 @@ Under Debian Wheezy you can simply run:
|
|||
|
||||
Yo also need to install go dependences:
|
||||
|
||||
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ github.com/gorilla/sessions \
|
||||
# go get gopkg.in/mgo.v2 gopkg.in/mgo.v2/bson github.com/gorilla/sessions \
|
||||
github.com/gorilla/securecookie github.com/gorilla/mux \
|
||||
github.com/nfnt/resize github.com/cihub/seelog \
|
||||
gopkgs.com/unidecode.v1 \
|
||||
|
|
Reference in a new issue