Fix golint warnings

This commit is contained in:
Hang Yan
2018-03-25 16:22:08 +08:00
parent ff97e413f2
commit 505cb8b754
7 changed files with 23 additions and 19 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ import (
"os"
)
// DockerClient connects to Docker client on host
func DockerClient() (*docker.Client, error) {
// Client connects to Docker client on host
func Client() (*docker.Client, error) {
var (
err error