all: cover cover: go test -coverpkg github.com/ohler55/ojg/oj -coverprofile=cov.out .PHONY: all cover