mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-01 19:17:36 +03:00
Golang gofmt version mismatch fix
Golang keeps changing gofmt output. Oh well. Gotta fix.
This commit is contained in:
parent
141df846de
commit
41427a6f43
2 changed files with 8 additions and 8 deletions
|
@ -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_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue