Ver código fonte

Fix golint to new URL (#5079)

tags/v1.6.0-dev
Lauris BH 5 anos atrás
pai
commit
c42b366f0e
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -129,7 +129,7 @@ errcheck:
.PHONY: lint
lint:
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/golang/lint/golint; \
$(GO) get -u golang.org/x/lint/golint; \
fi
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;


Carregando…
Cancelar
Salvar