Versions in this module Expand all Collapse all v1 v1.0.0 Mar 23, 2020 Changes in this version + var SecureCookie *securecookie.SecureCookie + func Init() + func ReadUser(r *http.Request) (id int64, name string, found bool) + func RemoveUser(w http.ResponseWriter) error + func WriteUser(w http.ResponseWriter, id int64, name string) error