From 7b3d6eba89599641aedf0b20749022d1b16d3dfe Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Sun, 15 Mar 2015 19:52:33 +0100 Subject: [PATCH] (fix): main.go indentation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2f7be75..5fbfc68 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { func doRequest() error { client := http.Client{ Timeout: timeout, - } + } resp, err := client.Get("https://nodegear.io/ping") // http://127.0.0.1:1337 if err != nil { return err