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
-2
View File
@@ -65,6 +65,4 @@ func Request(method string, url string, contentType string, r io.Reader, w io.Wr
} }
return err return err
// TODO: close the connection, otherwise we'll have a port leak in the server
} }