From 20ce38f585078e1b263bd606971463d87fb75972 Mon Sep 17 00:00:00 2001 From: Murat Kabilov Date: Fri, 15 Sep 2017 15:11:48 +0200 Subject: [PATCH] fix staticcheck tool (#102) fix staticcheck source path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9675b30b4..c813a9032 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ scm-source.json: .git echo '{\n "url": "git:$(GITURL)",\n "revision": "$(GITHEAD)",\n "author": "$(USER)",\n "status": "$(GITSTATUS)"\n}' > scm-source.json tools: - @go get -u honnef.co/go/staticcheck/cmd/staticcheck + @go get -u honnef.co/go/tools/cmd/staticcheck @go get -u github.com/Masterminds/glide fmt: