mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-18 17:09:54 +00:00
feat: 启动时终端打印
This commit is contained in:
parent
ea4bcb4aaf
commit
0c35928eee
3
main.go
3
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")
|
||||
}()
|
||||
|
||||
if err := app.Start(); err != nil {
|
||||
log.Fatal(err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user