This is the first release of my gin-sessions package. This package is a rewrite of gorilla/sessions to use it with the gin-gonic framework.
Every function needed now takes gin.Context as Parameter and no longer takes the http parameters. This makes use of the sessions much easier.
Yet there is no support for flashes.