Log when ready

This commit is contained in:
Brandon Dyck 2020-04-01 00:40:34 -06:00
parent 204690d084
commit 7af6822af3

View File

@ -29,5 +29,7 @@ func main() {
BaseURL: *baseURL, BaseURL: *baseURL,
}), }),
} }
log.Println("Listening on", *addr)
log.Println(srv.ListenAndServe()) log.Println(srv.ListenAndServe())
} }