Versions in this module Expand all Collapse all v0 v0.0.2 Oct 30, 2019 v0.0.1 Oct 30, 2019 Changes in this version + var SessionStore = sessions.NewCookieStore(generateSessionKey()) + func GetStr(r *http.Request, key string) (string, error) + func MustGetStr(r *http.Request, key string) string + func SetStrings(w http.ResponseWriter, r *http.Request, kvPairs ...string) error