go-macaron / session

Package session is a middleware that provides the session management of Macaron.
Apache License 2.0
26 stars 27 forks source link

Fixed Destory typo #29

Closed muesli closed 5 years ago

muesli commented 5 years ago

Careful, this change fixes a simple typo but will break backwards compatibility. Thoroughly review, please.

muesli commented 5 years ago

Just realized there's a 3 year old PR lingering around fixing the same thing. We should really do something about this situation :-/

unknwon commented 5 years ago

Thanks for the PR!

Ref: https://github.com/go-macaron/session/issues/15 Duplicated to https://github.com/go-macaron/session/pull/16.