Drop golint
1 files changed, 0 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +0 -1
@@ 7,7 7,6 @@ all: hq hq: go.mod go.sum $(SRC) go generate ./... go fmt ./... - golint ./... go vet ./... go build -o $@