diff --git a/cmd/server/main.go b/cmd/server/main.go index 25d67d0..08780db 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -36,7 +36,7 @@ func run() { MaxHeaderBytes: 1 << 20, } fmt.Println("starting server at:") - fmt.Printf("http://localhost:%s/", *flagPort) + fmt.Printf("http://localhost%s/", *flagPort) log.Fatal(s.ListenAndServe()) }