This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/internal/sessions/sessions.go
2021-01-07 21:45:59 -05:00

10 lines
98 B
Go

package sessions
// import (
// "github.com/dgrijalva/jwt-go"
// )
type Manager struct {
}