初始化项目

This commit is contained in:
2025-12-08 16:56:38 +08:00
parent bd24d39d57
commit 46af4c6734
12 changed files with 13 additions and 25 deletions

View File

@@ -7,9 +7,7 @@ import (
"cidservice/service"
)
var (
StatReport = &statReport{}
)
var StatReport = new(statReport)
type statReport struct{}