diff options
| author | mo khan <mo@mokhan.ca> | 2021-10-12 18:47:43 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-10-12 18:47:43 -0600 |
| commit | 18e6ee9f7c6c086a7f6f68d3369120f23f960c24 (patch) | |
| tree | eaa4d1f231522378e0b45c60a8c42c9cd0fd8c7e | |
| parent | 864d7c7043c28d691e64f18de28180de48749f12 (diff) | |
style: shrink startup messagev0.2.2
| -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( |
