loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

README needs updating #55

Closed pmopmo closed 3 years ago

pmopmo commented 3 years ago

None of the examples in the README seems to do anything interesting. An example:

$ goda graph "github.com/loov/goda/..."
digraph G {
    node [penwidth=2 fontsize=10 shape=rectangle target="_graphviz"];
    edge [tailport=e penwidth=2];
    compound=true;
    rankdir=LR;
    newrank=true;
    ranksep="1.5";
    quantum="0.5";
}
egonelbre commented 3 years ago

Thanks for reporting