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

@@ -22,9 +22,9 @@ import (
"sync"
"time"
"k8s.io/kubernetes/pkg/util/httpstream"
"github.com/docker/spdystream"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/util/httpstream"
)
// connection maintains state about a spdystream.Connection and its associated

View File

@@ -21,8 +21,8 @@ import (
"net/http"
"strings"
"k8s.io/kubernetes/pkg/util/httpstream"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/util/httpstream"
)
const HeaderSpdy31 = "SPDY/3.1"

View File

@@ -23,9 +23,9 @@ import (
"strings"
"sync"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/util"
utilexec "k8s.io/kubernetes/pkg/util/exec"
"github.com/golang/glog"
)
type RulePosition string

View File

@@ -23,8 +23,8 @@ import (
"path/filepath"
"strings"
"k8s.io/kubernetes/pkg/util/exec"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/util/exec"
)
// NsenterMounter is part of experimental support for running the kubelet

View File

@@ -22,8 +22,8 @@ import (
"os/exec"
"strings"
"k8s.io/kubernetes/pkg/api"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"
)
func GetHostname(hostnameOverride string) string {

View File

@@ -20,8 +20,8 @@ import (
"sync"
"time"
"k8s.io/kubernetes/pkg/types"
"github.com/pborman/uuid"
"k8s.io/kubernetes/pkg/types"
)
var uuidLock sync.Mutex