This commit is contained in:
Torkel Ödegaard
2014-08-17 12:25:37 +02:00
parent efed13b9fe
commit d8dca20332
2 changed files with 0 additions and 55 deletions

View File

@@ -20,10 +20,6 @@ type HttpServer struct {
var sessionStore = sessions.NewCookieStore([]byte("something-very-secret"))
// var hashKey = []byte("very-secret")
// var blockKey = []byte("a-lot-secret")
// var s = securecookie.New(hashKey, blockKey)
func NewHttpServer(port string, store stores.Store) *HttpServer {
self := &HttpServer{}
self.port = port