style: 修改包名

This commit is contained in:
Mmx
2021-11-25 09:16:31 +08:00
parent 2c3c694065
commit ca9436c6a6
7 changed files with 18 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
package transfer
package srunTransfer
import "github.com/Mmx233/BitSrunLoginGo/models"
type LoginInfo struct {
Form *models.LoginForm
Meta *models.LoginMeta
Form *srunModels.LoginForm
Meta *srunModels.LoginMeta
}
type Login struct {