(fix): main.go indentation

This commit is contained in:
Matej Kramny
2015-03-15 19:52:33 +01:00
parent 664795a902
commit 7b3d6eba89

View File

@@ -26,7 +26,7 @@ func main() {
func doRequest() error { func doRequest() error {
client := http.Client{ client := http.Client{
Timeout: timeout, Timeout: timeout,
} }
resp, err := client.Get("https://nodegear.io/ping") // http://127.0.0.1:1337 resp, err := client.Get("https://nodegear.io/ping") // http://127.0.0.1:1337
if err != nil { if err != nil {
return err return err