1
This commit is contained in:
parent
adf79d1253
commit
40c25c5a0d
@ -1,4 +1,4 @@
|
|||||||
package main
|
package app
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
5
server/hallserver/app/export.go
Normal file
5
server/hallserver/app/export.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package app
|
||||||
|
|
||||||
|
func GetApp() *App {
|
||||||
|
return nil
|
||||||
|
}
|
@ -1,3 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
var app = new(App)
|
|
@ -2,8 +2,10 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
|
|
||||||
|
"main/app"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
f5.Run(app)
|
f5.Run(app.GetApp())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user