diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |
