feat: 启动时终端打印

This commit is contained in:
liburdi 2024-10-22 12:26:08 +08:00
parent ea4bcb4aaf
commit 0c35928eee

View File

@ -46,10 +46,9 @@ func main() {
return nil
})
defer log.Println("Exit!")
go func() {
log.Println("Visit the website:", "http://127.0.0.1:8090")
}()
if err := app.Start(); err != nil {
log.Fatal(err)