1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Move session to models/login (#17338)

Move model/session.go to models/login
This commit is contained in:
Lunny Xiao
2021-10-18 02:51:56 +08:00
committed by GitHub
parent 26dfe88ff2
commit 5326f4c9c5
2 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package models
package login
import (
"fmt"