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

could not import C (no metadata for C) #114

Closed zhankangbao closed 2 years ago

zhankangbao commented 2 years ago

I got this error while scanning some package

zhankangbao commented 2 years ago

/Users/kangbao.zhan/code/service/external/github.com/confluentinc/confluent-kafka-go/kafka/00version.go:48:8: could not import C (no metadata for C)

zhankangbao commented 2 years ago

fixed after install librdkafka