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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"