You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add syntax for being able to draw the graph based on direct dependencies.
So given github.com/loov/goda -> golang.org/x/tools/... it would show all packages in github.com/loov/goda that directly or indirectly depend on golang.org/x/tools.
Figure out whether there's a better symbol than ->.
The text was updated successfully, but these errors were encountered:
Add syntax for being able to draw the graph based on direct dependencies.
So given
github.com/loov/goda -> golang.org/x/tools/...
it would show all packages ingithub.com/loov/goda
that directly or indirectly depend ongolang.org/x/tools
.Figure out whether there's a better symbol than
->
.The text was updated successfully, but these errors were encountered: