Skip to content

Commit

Permalink
Fix golint import path (campoy#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer authored and campoy committed Jul 16, 2019
1 parent 3d78bbb commit 7600142
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 @@ -7,7 +7,7 @@ go:

install:
- go get -u github.com/campoy/embedmd
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get -u github.com/kisielk/errcheck

script:
Expand Down

0 comments on commit 7600142

Please sign in to comment.