Closed mattstratton closed 7 years ago
I generated the report on my computer as follows: goreporter -p ../devopsdays-cli or goreporter -p ../devopsdays-cli -f html
You can read the error message printed on the console.
I was sure I tried that in the various combinations of paths, but I guess I didn't, since it works! Thanks! I knew it was going to be something weird I was doing :)
I have a project located in this path:
$GOPATH/src/github.com/devopsdays/devopsdays-cli
The file structure looks like this:
(that is to say,
cmd
,create
,helpers
, andmodel
are all packages)Inside of the
$GOPATH/src/github.com/devopsdays/devopsdays-cli
directory, I run:goreporter -p ../devopsdays-cli
The dependency graph doesn't show anything:
However, if I go into the
helpers
directory and run:goreporter -p ../helpers
I get the dep graph:
Any ideas on what I might be doing wrong?