1
This commit is contained in:
parent
25a08e1ddb
commit
886568fe14
18
server/imserver/app.go
Normal file
18
server/imserver/app.go
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"f5"
|
||||||
|
)
|
||||||
|
|
||||||
|
type App_ struct {
|
||||||
|
f5.App_
|
||||||
|
}
|
||||||
|
|
||||||
|
var App = new (App_)
|
||||||
|
|
||||||
|
func (this *App_) Init() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (this *App_) UnInit() {
|
||||||
|
|
||||||
|
}
|
@ -1,4 +1,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
App.Init()
|
||||||
|
App.Run()
|
||||||
|
App.UnInit()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user