Update store/store_test.go

This commit is contained in:
yosssi 2014-06-18 15:13:56 +09:00
parent 41b0d20039
commit bd738393d4

View file

@ -416,7 +416,7 @@ func ExampleStore_Save() {
}
// You can delete the session by setting the session options's MaxAge
// to a minus value
// to a minus value.
session.Options.MaxAge = -1
if err := sessions.Save(r, w); err != nil {
panic(err)