redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

gofmt -s -w #55

Closed zoidyzoidzoid closed 8 years ago

zoidyzoidzoid commented 8 years ago

make wouldn't run successfully without this file being formatted.

I'm not sure how the previous travis run passed, because when I run make docker-build run-image, I get:

± make docker-build run-image
# get all go files and run go fmt on them
Error: 'gofmt -s' needs to be run on:
./pkg/localkubectl/localkubectl.go
make: *** [checkgofmt] Error 1
ethernetdan commented 8 years ago

LGTM

looks like same issue as in redspread/spread#135. Opened an issue for localkube in #56