init:搭建了整个项目的框架,初步写好了用户系统

This commit is contained in:
Leon
2025-12-04 17:09:04 +08:00
commit 81926ce8a2
15 changed files with 646 additions and 0 deletions

2
start.sh Normal file
View File

@@ -0,0 +1,2 @@
# 启动服务器
go run cmd/main.go