Updated code with go lint result

Updated code with suggestion given by `go lint`
This commit is contained in:
Suraj Narwade
2017-07-14 11:11:17 +05:30
parent 462453208b
commit 91a6e79d6f
6 changed files with 13 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ import (
"github.com/fsouza/go-dockerclient"
)
// DockerClient connects to Docker client on host
func DockerClient() (*docker.Client, error) {
// Default end-point, HTTP + TLS support to be added in the future