Fix lint in Makefile

This commit is contained in:
Jakub Al-Khalili 2019-09-10 10:19:33 +02:00
parent d9d121bc8d
commit 1f4193584c
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ HAS_GOLINT := $(shell which golint)
lint: ## Verifies `golint` passes
@echo "+ $@"
ifndef HAS_GOLINT
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint
endif
@golint $(PACKAGES)