gofmt is different between go versions and makes everything break

This commit is contained in:
Andrew Morgan 2019-01-30 12:20:48 +00:00
parent c3f65ede3b
commit 2c47a0c609
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: go language: go
go: go:
- 1.10.x - 1.10.x
- 1.11.x
install: install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo - go get github.com/fzipp/gocyclo