Sorry for the inconvinience, but I realized that my PR from yesterday did contain some small typos - so I corrected them.
Also, I inserted a link to the upcoming Golang 1.10 release, as this will resolve the go test ./... -coverprofile=... issue. Best to go with gocov test ./... tho, as it is a much smaller and cleaner solution (and gocov can integrate support for go test ./... -coverprofile=... on their end).
Sorry for the inconvinience, but I realized that my PR from yesterday did contain some small typos - so I corrected them.
Also, I inserted a link to the upcoming Golang 1.10 release, as this will resolve the
go test ./... -coverprofile=...
issue. Best to go withgocov test ./...
tho, as it is a much smaller and cleaner solution (and gocov can integrate support forgo test ./... -coverprofile=...
on their end).