fix: fixed golint installation that broke the travis build

This commit is contained in:
evilsocket 2018-10-13 14:30:54 +02:00
commit 2e5b2df7de
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -50,7 +50,7 @@ godep:
@go get -u github.com/golang/dep/...
golint:
@go get github.com/golang/lint/golint
@go get -u golang.org/x/lint/golint
gomegacheck:
@go get honnef.co/go/tools/cmd/megacheck