Closed alban closed 7 years ago
Proteus complains about test packages:
$ proteus -f $PWD/proteus/ -p github.com/weaveworks/scope/report error scanning package "github.com/weaveworks/scope/report": more than one package found in a directory $ cat report/* | grep package | sort | uniq package report package report_test
Workaround: delete the tests with rm *test.go
rm *test.go
Thank you for the report!
Proteus complains about test packages:
Workaround: delete the tests with
rm *test.go