Update login.go

This commit is contained in:
dqzboy
2023-02-21 16:00:45 +08:00
committed by GitHub
parent 45a057cb4e
commit 78b5174ef8

View File

@ -6,6 +6,7 @@ import (
"github.com/wonderivan/logger" "github.com/wonderivan/logger"
) )
//登入
var Login login var Login login
type login struct{} type login struct{}