1
This commit is contained in:
parent
9e8e09a59c
commit
2837fb3d08
@ -11,8 +11,11 @@ type App_ struct {
|
|||||||
var App = new (App_)
|
var App = new (App_)
|
||||||
|
|
||||||
func (this *App_) Init() {
|
func (this *App_) Init() {
|
||||||
|
f5.App = &this.App_
|
||||||
|
f5.App.SetPkgName("imserver")
|
||||||
|
this.App_.Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *App_) UnInit() {
|
func (this *App_) UnInit() {
|
||||||
|
this.App_.UnInit()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user