Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #24 from meltwater/fix_build
Browse files Browse the repository at this point in the history
Fix go get link for golint
  • Loading branch information
jcsorvasi committed Oct 15, 2018
2 parents 5134958 + ab43e81 commit 55af0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: tools deps fmt build test lint

tools:
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
go get -u github.com/Masterminds/glide

deps:
Expand Down

0 comments on commit 55af0ca

Please sign in to comment.