qax-os / goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Apache License 2.0
3.13k stars 273 forks source link

checked project should not be in vendor... #24

Closed Dexus closed 7 years ago

Dexus commented 7 years ago
goreporter -p go/src/github.com/go-siris/siris/ -r go/src/github.com/go-siris/siris/ -f HTML
E0719 10:05:53.902039   25724 depend.go:81] failed to import go/src/github.com/go-siris/siris/: cannot find package "vendor/go/src/github.com/go-siris/siris/" in any of:
        /usr/local/go/src/vendor/go/src/github.com/go-siris/siris (from $GOROOT)
        /root/go/src/vendor/go/src/github.com/go-siris/siris (from $GOPATH)