go-callvis
go-callvis copied to clipboard
could not import "C"
on the ubuntu system, it also does not work after install mingw64 and set the ignore flag to ignore the package include 'c' api. How can I solve the problem?
Please, try disabling cgo by setting CGO_ENABLED=0
.