Update README.md

This commit is contained in:
Keiji Yoshida 2014-06-18 10:50:12 +09:00
parent 903cb8bef5
commit f81675d049

View file

@ -55,7 +55,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
// Delete the session.
session.Options.MaxAge = -1
if err := sessions.Save(r, w); err != nil {
panic(err)
http.Error(w, err.Error(), http.StatusInternalServerError)
}
fmt.Fprintf(w, "Hello BoltStore")