How to get a dependency graph for which packages are including other packages (godepgraph) #1272
-
This is not exactly Cogent Core specific but I keep having to do this to figure out why Example usage: godepgraph -s -p github.com,gonum.org,golang.org . | dot -Tpng -o depgraph.png
godepgraph -s -p github.com,gonum.org,golang.org . > depgraph the .png is sufficiently complex that it is hard to use -- the depgraph is better but you have to pull it up in an editor and search -- that is where a nice tabular GUI might be handy. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is already answered above :) |
Beta Was this translation helpful? Give feedback.
-
Yep, a GUI for this as part of a future Cogent Developer Tools app for Go alongside binary size analysis, profiling, and documentation would definitely be good. |
Beta Was this translation helpful? Give feedback.
-
I guess we need a different mechanism (in our new wiki-like docs presumably) for random bits of info like this? Once it is closed, it is much less discoverable.. |
Beta Was this translation helpful? Give feedback.
This is already answered above :)