commit c8ad94b233e894d559b9f3f71604284a1be6a6e3
parent c37d0a580f23a246fde5721c8f4edaf03d582018
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 3 Feb 2017 22:24:01 +0100
Running gofmt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rrda.go b/rrda.go
@@ -188,7 +188,7 @@ func main() {
address := *host + ":" + *port
- fmt.Println("Listening on (" + mode + " mode):", address)
+ fmt.Println("Listening on ("+mode+" mode):", address)
m := pat.New()
m.Get("/:server/x/:ip", http.HandlerFunc(ptr))