初始化项目

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

@@ -9,9 +9,7 @@ import (
"github.com/gogf/gf/v2/errors/gerror"
)
var (
Strategy = strategy{}
)
var Strategy = new(strategy)
type strategy struct{}