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