Skip to content

Commit

Permalink
fix golint import (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine authored and cristaloleg committed Oct 15, 2018
1 parent 70fdb6c commit 286b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/stretchr/testify/assert
- go get github.com/gordonklaus/ineffassign

Expand Down

0 comments on commit 286b14e

Please sign in to comment.