all: test .PHONY: fq fq: go build -ldflags "-X main.version=$$(git describe --all --long --dirty || echo nogit)" -trimpath -o fq . .PHONY: test test: jqtest go test -cover -race -coverpkg=./... -coverprofile=cover.out ./... go tool cover -html=cover.out -o cover.out.html cat cover.out.html | grep '