fix staticcheck tool (#102)

fix staticcheck source path
This commit is contained in:
Murat Kabilov 2017-09-15 15:11:48 +02:00 committed by Oleksii Kliukin
parent 7667847bfe
commit 20ce38f585
1 changed files with 1 additions and 1 deletions

View File

@ -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: