ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.85k stars 406 forks source link

The target package with version #74

Open ckanner opened 3 years ago

ckanner commented 3 years ago

I want to know, how to specify the version of the target package?

For example, go-callvis -format=png -file=docker -limit github.com/docker/docker -ignore github.com/docker/docker/vendor github.com/docker/docker/cmd/docker, how to call github.com/docker/docker@v1.0.0?

ondrajz commented 3 years ago

The current version does not allow this, but seems like it definitely should be supported.