初始化项目
This commit is contained in:
@@ -9,9 +9,7 @@ import (
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
)
|
||||
|
||||
var (
|
||||
Strategy = strategy{}
|
||||
)
|
||||
var Strategy = new(strategy)
|
||||
|
||||
type strategy struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user