Golang gofmt version mismatch fix

Golang keeps changing gofmt output. Oh well. Gotta fix.
This commit is contained in:
Sergey Frolov 2018-12-05 17:20:33 -07:00
parent 141df846de
commit 41427a6f43
2 changed files with 8 additions and 8 deletions

View file

@ -15,5 +15,5 @@ install:
script:
- go test -race -v .
- gometalinter --install
- gometalinter --disable-all -E vet -E gofmt -E staticcheck -E ineffassign --tests .
- gometalinter --disable-all -E misspell -E goimports --tests u_*
- gometalinter --disable-all -E vet -E ineffassign --tests .
- gometalinter --disable-all -E gofmt -E misspell -E goimports --tests u_*