Update login.go

This commit is contained in:
dqzboy 2023-02-21 16:00:45 +08:00 committed by GitHub
parent 45a057cb4e
commit 78b5174ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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