uptime metric reporting (#32)

This commit is contained in:
Steve Brunton
2019-01-02 16:16:09 -05:00
committed by GitHub
parent d4288aed19
commit aee1517c10
5 changed files with 108 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ func startServer() {
</html>`))
})
log.Info("Listening on", *port)
log.Info("Listening on ", *port)
log.Fatal(http.ListenAndServe(*port, nil))
}