Skip to content

Commit

Permalink
Fix golint import path (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer authored and mewmew committed Oct 24, 2018
1 parent 92c54c5 commit 3170304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
before_script: before_script:
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports - 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/mattn/goveralls - go get github.com/mattn/goveralls
- wget https://gist.github.com/mewmew/379014c9a2e6885e238d/raw/goclean.sh - wget https://gist.github.com/mewmew/379014c9a2e6885e238d/raw/goclean.sh
- chmod +x goclean.sh - chmod +x goclean.sh
Expand Down

0 comments on commit 3170304

Please sign in to comment.