gofmt
This commit is contained in:
parent
5161280cf3
commit
412ce338f3
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type SessionStore[T any] struct {
|
type SessionStore[T any] struct {
|
||||||
mu sync.RWMutex
|
mu sync.RWMutex
|
||||||
sessions map[string]session[T]
|
sessions map[string]session[T]
|
||||||
maxSessions int
|
maxSessions int
|
||||||
tokenLength int
|
tokenLength int
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue