forked from jason/cpolis
A bit of code cleanup
This commit is contained in:
@ -10,9 +10,7 @@ import (
|
||||
"github.com/gorilla/sessions"
|
||||
)
|
||||
|
||||
type CookieStore struct {
|
||||
sessions.CookieStore
|
||||
}
|
||||
type CookieStore struct{ sessions.CookieStore }
|
||||
|
||||
func NewKey() ([]byte, error) {
|
||||
key := make([]byte, 32)
|
||||
|
Reference in New Issue
Block a user