We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116fb49 commit 5ab03e7Copy full SHA for 5ab03e7
.travis.yml
@@ -8,6 +8,7 @@ go:
8
install:
9
- go get golang.org/x/tools/cmd/cover
10
- go get github.com/mattn/goveralls
11
+ - go get golang.org/x/lint/golint
12
13
script:
14
- test -z "`gofmt -l .`"
0 commit comments