summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-10-12 18:47:43 -0600
committermo khan <mo@mokhan.ca>2021-10-12 18:47:43 -0600
commit18e6ee9f7c6c086a7f6f68d3369120f23f960c24 (patch)
treeeaa4d1f231522378e0b45c60a8c42c9cd0fd8c7e
parent864d7c7043c28d691e64f18de28180de48749f12 (diff)
style: shrink startup messagev0.2.2
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 18cc6d7..cafbd88 100644
--- a/main.go
+++ b/main.go
@@ -46,7 +46,7 @@ func buildHttpHandlerFor(root string) http.Handler {
}
func startServer(address string, directory string) {
- fmt.Printf("Starting Server...!\n\thttp://%s\n", address)
+ fmt.Printf("Listening and serving HTTP on http://%s\n", address)
log.Fatal(
http.ListenAndServe(