I'm not at all sure how master got to a point where tests don't pass due to gofmt / lint issues, but that is indeed the case-- and it's going to stop other PRs I have in the pipeline from passing...
$ make test
docker run --rm -v /Users/kent/Code/go/src/github.com/deis/router:/go/src/github.com/deis/router -w /go/src/github.com/deis/router quay.io/deis/go-dev:v0.22.0 make style-check
lint
Manadatory Linters: These must pass
model/model_test.go:1::warning: file is not gofmted with -s (gofmt)
nginx/config_test.go:1::warning: file is not gofmted with -s (gofmt)
Optional Linters: These should pass
Makefile:94: recipe for target 'style-check' failed
make: *** [style-check] Error 1
make: *** [test-style] Error 2
I'm not at all sure how master got to a point where tests don't pass due to gofmt / lint issues, but that is indeed the case-- and it's going to stop other PRs I have in the pipeline from passing...
This fixes it.