This commit is contained in:
ivamp 2024-12-06 23:38:34 +08:00
parent 93c25b61c6
commit df6592a81e
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ func initHttpServer() {
app, err := CreateApp() app, err := CreateApp()
if err != nil { if err != nil {
panic(err) panic(err)
return
} }
if app.Config.Http.Host == "" { if app.Config.Http.Host == "" {

View File

@ -8,7 +8,6 @@ var RootCmd = &cobra.Command{
err := cmd.Help() err := cmd.Help()
if err != nil { if err != nil {
panic(err) panic(err)
return
} }
}, },
} }