ondrajz / go-callvis

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

Fix issue go-callvis with build tags #139

Closed minhtrex closed 1 year ago

minhtrex commented 1 year ago

When call go-callvis with build tags like below, there is error occur because of miss-processing build tags before put It in build flags. go-callvis -tags=example ./main.go error content: exit status 1: stderr: cannot find package "example" in any of:

ondrajz commented 1 year ago

Thank you.