mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-27 09:28:33 +00:00
feat: 启动时终端打印
This commit is contained in:
5
main.go
5
main.go
@@ -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")
|
||||
}()
|
||||
log.Println("Visit the website:", "http://127.0.0.1:8090")
|
||||
|
||||
if err := app.Start(); err != nil {
|
||||
log.Fatal(err)
|
||||
|
Reference in New Issue
Block a user