From 18e6ee9f7c6c086a7f6f68d3369120f23f960c24 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 12 Oct 2021 18:47:43 -0600 Subject: style: shrink startup message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3