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 {
|
||||
mu sync.RWMutex
|
||||
sessions map[string]session[T]
|
||||
mu sync.RWMutex
|
||||
sessions map[string]session[T]
|
||||
maxSessions int
|
||||
tokenLength int
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue