Commit eb279e7e authored by Matthew Holt's avatar Matthew Holt

Perform gofmt -s check

parent f4c729bd
......@@ -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 ./...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment