-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need generic example #55
Comments
Soo.. you must be seeing something like below: and it shows correctly because you only have a single call in func main() {
cmd.Execute()
} run the Found the answer in their slack by |
thanks! That made the trick for me also :-) |
In case anyone ends up here as I am. the |
Jesus...... README.md or examples should clearly state that PACKAGE in the light yellow >SQUARES< are clickable, hehe |
Done. https://github.com/ofabry/go-callvis#features |
@ofabry can we start analysis from any function instead of main (package main ) ? |
I tried a lot of the examples, and bend them to my needs, but none of them generates an image that represents the software.
I don't even know if it is needed that the software to be analyzed, should be in a GOPATH?
I haven't got that, so I'm not sure....
I do like this:
go-callvis -group pkg,type -nostd ./...
But I just got a main that has 2 childs (1 being error and 1 being the initialize)
How can I make a picture that covers my whole project?
(I did I misunderstood and isn't the tool capable of doing so?)
The text was updated successfully, but these errors were encountered: