This commit is contained in:
Alex-larget
2026-03-05 09:54:23 +08:00
parent 5a5f0087d2
commit 41f9e108ac
92 changed files with 2 additions and 12480 deletions

View File

@@ -1,9 +0,0 @@
# 开发:热重载(需先安装 air: go install github.com/air-verse/air@latest
dev:
air
# 普通运行(无热重载)
run:
go run ./cmd/server
.PHONY: dev run