10 lines
89 B
Go
10 lines
89 B
Go
package sessions
|
|
|
|
import (
|
|
"github.com/dgrijalva/jwt-go"
|
|
)
|
|
|
|
type Manager struct {
|
|
|
|
}
|