refactor(login): 重构登录模块代码
- 移除未使用的 in.go 和 out.go 文件 - 优化 login.go 中的代码结构 - 添加新的 go.mod 依赖
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
module github.com/ECUST-XX/xml
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/looplab/fsm v1.0.3 // indirect
|
||||
|
||||
Reference in New Issue
Block a user