diff --git a/pkg/kubectl/sorted_event_list_test.go b/pkg/kubectl/sorted_event_list_test.go index 7307a8038ea..116e386fd6f 100644 --- a/pkg/kubectl/sorted_event_list_test.go +++ b/pkg/kubectl/sorted_event_list_test.go @@ -17,12 +17,13 @@ limitations under the License. package kubectl import ( - "github.com/GoogleCloudPlatform/kubernetes/pkg/api" - "github.com/GoogleCloudPlatform/kubernetes/pkg/util" "sort" "strings" "testing" "time" + + "github.com/GoogleCloudPlatform/kubernetes/pkg/api" + "github.com/GoogleCloudPlatform/kubernetes/pkg/util" ) // VerifyDatesInOrder checks the start of each line for a RFC1123Z date diff --git a/pkg/proxy/loadbalancer.go b/pkg/proxy/loadbalancer.go index 3ab3c1379f2..a94665383d8 100644 --- a/pkg/proxy/loadbalancer.go +++ b/pkg/proxy/loadbalancer.go @@ -17,8 +17,9 @@ limitations under the License. package proxy import ( - "github.com/GoogleCloudPlatform/kubernetes/pkg/api" "net" + + "github.com/GoogleCloudPlatform/kubernetes/pkg/api" ) // LoadBalancer is an interface for distributing incoming requests to service endpoints. diff --git a/pkg/runtime/types.go b/pkg/runtime/types.go index da7e0e93c5d..fec13030206 100644 --- a/pkg/runtime/types.go +++ b/pkg/runtime/types.go @@ -16,8 +16,6 @@ limitations under the License. package runtime -import () - // Note that the types provided in this file are not versioned and are intended to be // safe to use from within all versions of every API object. diff --git a/pkg/util/string_flag.go b/pkg/util/string_flag.go index 6aa67f419a1..0dbd12495f0 100644 --- a/pkg/util/string_flag.go +++ b/pkg/util/string_flag.go @@ -16,8 +16,6 @@ limitations under the License. package util -import () - // StringFlag is a string flag compatible with flags and pflags that keeps track of whether it had a value supplied or not. type StringFlag struct { // If Set has been invoked this value is true