Skip to content

Commit

Permalink
Merge pull request #22 from mercari/dtan4/fix-golint-path
Browse files Browse the repository at this point in the history
Update golint's import path
  • Loading branch information
b4b4r07 authored Oct 17, 2018
2 parents c757bd9 + 129a402 commit a8b8fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/scripts/install-devel-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go get -v -u github.com/Songmu/ghch/cmd/ghch
go get -v -u github.com/Songmu/goxz/cmd/goxz
go get -v -u github.com/git-chglog/git-chglog/cmd/git-chglog
go get -v -u github.com/golang/dep/cmd/dep
go get -v -u github.com/golang/lint/golint
go get -v -u golang.org/x/lint/golint
go get -v -u github.com/haya14busa/goverage
go get -v -u github.com/haya14busa/reviewdog/cmd/reviewdog
go get -v -u github.com/motemen/gobump/cmd/gobump
Expand Down

0 comments on commit a8b8fab

Please sign in to comment.