fix staticcheck tool url

This commit is contained in:
Murat Kabilov 2017-09-26 14:45:34 +02:00
parent 9a66e09b88
commit bb7f9950e1
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/staticcheck
@go get -u github.com/Masterminds/glide
fmt: