Skip to content
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

Sub-module call graph visualization problem. #203

Open
ruoyiqiao opened this issue Jan 3, 2025 · 0 comments
Open

Sub-module call graph visualization problem. #203

ruoyiqiao opened this issue Jan 3, 2025 · 0 comments

Comments

@ruoyiqiao
Copy link

ruoyiqiao commented Jan 3, 2025

Thx for great tool!
I’m new to Go and have been trying to visualize the call graph of the whole project. Currently, I’ve managed to generate the call graph at the root working directory (main module). However, this visualization only includes functions in the main module and doesn’t extend recursively to submodule function calls. When I tried specifying the target module as main/gfs or main/gfs/master, I encountered an error stating "no main packages."
image
Could you please advise on how to generate a recursive call graph that includes submodules or clarify the correct usage for this scenario?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant