refactor: 对齐后端样例工程规范

This commit is contained in:
2026-07-26 18:24:13 +08:00
parent 4382641e19
commit 4f2bb7e88b
66 changed files with 1869 additions and 660 deletions

7
backend/go.work Normal file
View File

@@ -0,0 +1,7 @@
go 1.26.1
use (
./api
./worker
./iot
)