Add spacing to comments

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-04 14:18:42 +02:00
parent bf88e6a78b
commit 4224984e1b
2 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/BBVA/kapow/internal/http"
)
//GetData will perform the request and write the results on the provided writer
// GetData will perform the request and write the results on the provided writer
func GetData(host, id, path string, wr io.Writer) error {
url := host + "/handlers/" + id + path
return http.Get(url, "", nil, wr)