fix non-gofmt'd things

This commit is contained in:
Daniel Smith
2014-09-24 14:27:10 -07:00
parent 50eb2cf59c
commit bb0cd95a83
11 changed files with 147 additions and 147 deletions

View File

@@ -20,12 +20,12 @@ import (
"errors"
"fmt"
"hash/adler32"
"io"
"math/rand"
"os/exec"
"sort"
"strconv"
"strings"
"io"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/fsouza/go-dockerclient"