diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -GOLINT = go run github.com/golang/lint/golint +GOLINT = go run golang.org/x/lint/golint STATICCHECK = go run honnef.co/go/tools/cmd/staticcheck .PHONY: all @@ -8,9 +8,6 @@ all: test build: go build -.PHONY: generate -generate: bindata.go - .PHONY: install install: go install . |