重新整理思路2

This commit is contained in:
qwe
2026-05-21 07:39:35 +08:00
parent f62fd46939
commit 5ceca47d39
11 changed files with 6 additions and 132 deletions

View File

@@ -1,16 +1,4 @@
package main
import "fmt"
func main() {
app, err := getApplication()
if err != nil {
fmt.Println("应用初始化失败")
panic(err)
}
err = app.Start()
if err != nil {
fmt.Println("应用启动失败")
panic(err)
}
}