summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-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(