Merge pull request #29230 from luxas/goimport

Automatic merge from submit-queue

Run goimport for the whole repo

While removing GOMAXPROC and running goimports, I noticed quite a lot of other files also needed a goimport format. Didn't commit `*.generated.go`, `*.deepcopy.go` or files in `vendor`

This is more for testing if it builds.
The only strange thing here is the gopkg.in/gcfg.v1 => github.com/scalingdata/gcfg replace.
cc @jfrazelle @thockin
This commit is contained in:
Kubernetes Submit Queue
2016-08-05 16:22:01 -07:00
committed by GitHub
28 changed files with 59 additions and 30 deletions

View File

@@ -24,6 +24,7 @@ import (
"time"
"encoding/json"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/endpoints"