gin-session icon indicating copy to clipboard operation
gin-session copied to clipboard

Session middleware for Gin.

Results 3 gin-session issues
Sort by recently updated
recently updated
newest added

## Problem: I am developing a new program using both `go-session/session/v3` and `go-session/gin-session` and I noticed that when I call `ginsession.New(session.SetSecure(false))`, my IDE pops an error stating that `go-session/session/v3.Option` is...

from doc but error /root/goexport/pkg/mod/github.com/go-session/[email protected]+incompatible/session.go:30:20: not enough arguments in call to uuid.Must have (uuid.UUID) want (uuid.UUID, error)