ondrajz / go-callvis

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

Support CGO, or the dependency graph stops at the CGO function instead of reporting an error #147

Open xiaocai2333 opened 1 year ago

xiaocai2333 commented 1 year ago

Support CGO, or the dependency graph stops at the CGO function instead of reporting an error.

could not import C (no metadata for C)
Dabenzhong233 commented 10 months ago

Can't agree with more, error will be reported when it comes to CGO