Docco and logging`

This commit is contained in:
2021-09-21 18:10:52 +09:30
parent 3fae6bc247
commit f44d08de9d
2 changed files with 15 additions and 3 deletions

View File

@@ -64,6 +64,8 @@ func main() {
ReadTimeout: 5 * time.Second,
}
log.Print("starting web service")
log.Printf("go to %s for details on installing the bookmarklet and to check status", address)
log.Fatal(srv.ListenAndServe())
}