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
|
||||
|
||||
2
common/serialize/xml/go.sum
Normal file
2
common/serialize/xml/go.sum
Normal file
@@ -0,0 +1,2 @@
|
||||
github.com/looplab/fsm v1.0.3 h1:qtxBsa2onOs0qFOtkqwf5zE0uP0+Te+wlIvXctPKpcw=
|
||||
github.com/looplab/fsm v1.0.3/go.mod h1:PmD3fFvQEIsjMEfvZdrCDZ6y8VwKTwWNjlpEr6IKPO4=
|
||||
Reference in New Issue
Block a user