print full url

This commit is contained in:
Aaron Bieber 2021-05-18 16:57:33 -06:00
parent 769dac74ea
commit b3b8aa563d

View File

@ -193,6 +193,6 @@ func main() {
log.Panic(err)
}
log.Printf("Listening for HTTP on '%s'", listen)
log.Printf("Listening for HTTP on 'http://%s'", listen)
log.Panic(s.Serve(lis))
}