This commit is contained in:
aozhiwei 2023-08-09 17:17:59 +08:00
parent 9e8e09a59c
commit 2837fb3d08

View File

@ -11,8 +11,11 @@ type App_ struct {
var App = new (App_)
func (this *App_) Init() {
f5.App = &this.App_
f5.App.SetPkgName("imserver")
this.App_.Init()
}
func (this *App_) UnInit() {
this.App_.UnInit()
}