Perform gofmt -s check

This commit is contained in:
Matthew Holt 2016-03-26 08:53:00 -06:00
parent f4c729bd22
commit eb279e7e8a

View File

@ -20,5 +20,6 @@ install:
- go get golang.org/x/tools/cmd/vet
script:
- [ -z "$(find -name "*.go" | xargs gofmt -s -l)" ] || exit 1
- go vet ./...
- go test ./...