axw/gocov

Regression: -tags flag broken

Closed this issue · 3 comments

$ gocov test -tags="test" github.com/axw/gocov
can't load package: package test: cannot find package "test" in any of:
...

This seems to have been introduced in the latest commit: 8362a2c
The previous commit, 925c99c, seems to work as expected.

axw commented

Argh! Thanks for reporting. I'll add a test this time, promise.

axw commented

@beatgammit If you wouldn't mind, please update and let me know if you have any problems.

It works now, thanks!!