Use seelog instead of the default log pkg

This commit is contained in:
Las Zenow 2014-02-11 11:20:38 +01:00
parent 725b1d8951
commit bbbd35e928
6 changed files with 34 additions and 22 deletions

4
README
View file

@ -25,7 +25,9 @@ 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 github.com/gorilla/securecookie github.com/gorilla/mux github.com/nfnt/resize
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ github.com/gorilla/sessions \
github.com/gorilla/securecookie github.com/gorilla/mux \
github.com/nfnt/resize github.com/cihub/seelog
== Installation ==
=== For admins ("for developers" below) ===