Use gorilla/mux

This commit is contained in:
Las Zenow 2013-04-15 00:37:49 +02:00
parent 98d5074eff
commit 3a99f86f32
2 changed files with 25 additions and 21 deletions

2
README
View file

@ -25,7 +25,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 github.com/gorilla/securecookie 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
== Installation ==
=== For admins ("for developers" below) ===