run gofmt on everything we touched

This commit is contained in:
Mike Danese
2015-08-05 15:05:17 -07:00
parent 62a4d5623c
commit 17defc7383
188 changed files with 280 additions and 280 deletions

View File

@@ -28,13 +28,13 @@ import (
"sync"
"time"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/errors"
"k8s.io/kubernetes/pkg/api/meta"
"k8s.io/kubernetes/pkg/auth/authorizer"
"k8s.io/kubernetes/pkg/httplog"
"k8s.io/kubernetes/pkg/util"
"github.com/golang/glog"
)
// specialVerbs contains just strings which are used in REST paths for special actions that don't fall under the normal

View File

@@ -39,8 +39,8 @@ import (
"k8s.io/kubernetes/pkg/util/httpstream"
proxyutil "k8s.io/kubernetes/pkg/util/proxy"
"k8s.io/kubernetes/third_party/golang/netutil"
"github.com/golang/glog"
"k8s.io/kubernetes/third_party/golang/netutil"
)
// ProxyHandler provides a http.Handler which will proxy traffic to locations

View File

@@ -27,8 +27,8 @@ import (
"strings"
"testing"
"k8s.io/kubernetes/pkg/api/rest"
"golang.org/x/net/websocket"
"k8s.io/kubernetes/pkg/api/rest"
)
func TestProxy(t *testing.T) {

View File

@@ -26,13 +26,13 @@ import (
"testing"
"time"
"golang.org/x/net/websocket"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/rest"
"k8s.io/kubernetes/pkg/fields"
"k8s.io/kubernetes/pkg/labels"
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/watch"
"golang.org/x/net/websocket"
)
// watchJSON defines the expected JSON wire equivalent of watch.Event