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