This website requires JavaScript.
Explore
Help
Sign In
go-course
/
go20
Watch
1
Star
0
Fork
0
You've already forked go20
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
go20
/
day06
/
userapp
/
utils
/
README.md
3 lines
16 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
``` feat(userapp): 添加用户管理功能模块 - 新增models包,包含User结构体和Base基础结构体 - 实现NewUser构造函数用于创建用户实例 - 添加utils包,提供邮箱和年龄验证工具函数 - 在main.go中集成用户创建和验证逻辑 - 添加包初始化函数init()处理包加载顺序 - 新增README.md文档说明各包功能 ```
2026-03-01 11:10:28 +08:00
# 工具函数
Reference in New Issue
Copy Permalink