Fixes golint errors in pkg/kubelet

This commit is contained in:
Yuki Yugui Sonoda
2014-07-15 22:54:23 +09:00
committed by Yuki Sonoda (Yugui)
parent c6b27bb87d
commit edac5ce0b8
4 changed files with 13 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ import (
"os/exec"
"time"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/healthz"
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"github.com/coreos/go-etcd/etcd"