初始化项目

This commit is contained in:
2025-12-06 18:36:43 +08:00
parent a42cca3c24
commit bd24d39d57
16 changed files with 11 additions and 159 deletions

View File

@@ -22,7 +22,7 @@ func main() {
controller.Report,
//controller.RateLimit,
//controller.Application,
//controller.StatReport,
controller.StatReport,
})
select {}
}