mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
feat: 启动时终端打印
This commit is contained in:
parent
ea4bcb4aaf
commit
0c35928eee
5
main.go
5
main.go
@ -46,10 +46,9 @@ func main() {
|
|||||||
|
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
defer log.Println("Exit!")
|
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 {
|
if err := app.Start(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user