diff --git a/server/imserver/app.go b/server/imserver/app.go index d4587b61..f1d604be 100644 --- a/server/imserver/app.go +++ b/server/imserver/app.go @@ -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() }