Skip to content

Commit

Permalink
fix: tools formula
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Apr 19, 2019
1 parent 9825cfd commit e39187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lint: fmtcheck
tools:
GO111MODULE=off go get -u github.com/client9/misspell/cmd/misspell
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
go get github.com/mitchellh/gox
GO111MODULE=off go get github.com/mitchellh/gox

vet:
@echo "go vet ."
Expand Down

0 comments on commit e39187a

Please sign in to comment.