Gorilla has moved to github
This commit is contained in:
parent
d98a5974c1
commit
c3f7068bfc
2 changed files with 3 additions and 3 deletions
2
README
2
README
|
@ -26,7 +26,7 @@ Under Debian Wheezy you can simply run:
|
||||||
|
|
||||||
Yo also need to install go dependences:
|
Yo also need to install go dependences:
|
||||||
|
|
||||||
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ code.google.com/p/gorilla/sessions
|
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ github.com/gorilla/sessions github.com/gorilla/securecookie
|
||||||
|
|
||||||
== Installation ==
|
== Installation ==
|
||||||
=== For admins ("for developers" below) ===
|
=== For admins ("for developers" below) ===
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"code.google.com/p/gorilla/securecookie"
|
"github.com/gorilla/securecookie"
|
||||||
"code.google.com/p/gorilla/sessions"
|
"github.com/gorilla/sessions"
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue