Better gofmt check, now without an error.

This commit is contained in:
Bruce Marriner 2016-06-17 16:36:05 -05:00
parent 90b83fefeb
commit 9069f81c6e

View file

@ -8,7 +8,7 @@ install:
- go get -v . - go get -v .
- go get -v github.com/golang/lint/golint - go get -v github.com/golang/lint/golint
script: script:
- diff <(gofmt -d .) <("") - diff <(gofmt -d .) <(echo -n)
- go vet -x ./... - go vet -x ./...
- golint -set_exit_status ./... - golint -set_exit_status ./...
- go test -v -race ./... - go test -v -race ./...