mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
fix: fixed golint installation that broke the travis build
This commit is contained in:
parent
3342a82454
commit
2e5b2df7de
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ godep:
|
||||||
@go get -u github.com/golang/dep/...
|
@go get -u github.com/golang/dep/...
|
||||||
|
|
||||||
golint:
|
golint:
|
||||||
@go get github.com/golang/lint/golint
|
@go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
gomegacheck:
|
gomegacheck:
|
||||||
@go get honnef.co/go/tools/cmd/megacheck
|
@go get honnef.co/go/tools/cmd/megacheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue