Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed build: replaced path of golint
  • Loading branch information
michaljurecko committed Oct 19, 2018
1 parent ae1de9e commit 0762259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ DIRS = $(shell go list ./... | grep -v /vendor/ | sed 's~^github.com/mongoeye/mo
all: fmt-fix lint test build

get-deps:
go get github.com/kardianos/govendor github.com/kyoh86/richgo github.com/golang/lint github.com/alecthomas/gometalinter
go get golang.org/x/lint/golint github.com/kardianos/govendor github.com/kyoh86/richgo github.com/alecthomas/gometalinter
gometalinter --install

fmt-check:
Expand Down

0 comments on commit 0762259

Please sign in to comment.