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

build error cannot load github.com/goccy/go-graphviz/internal/ccall: no Go source files #80

Closed huanghuangzym closed 3 years ago

huanghuangzym commented 3 years ago

make install build github.com/goccy/go-graphviz/internal/ccall: cannot load github.com/goccy/go-graphviz/internal/ccall: no Go source files build github.com/goccy/go-graphviz/internal/ccall: cannot load github.com/goccy/go-graphviz/internal/ccall: no Go source files go install -tags "" -ldflags "-X main.commit=v0.6.1" build github.com/goccy/go-graphviz/internal/ccall: cannot load github.com/goccy/go-graphviz/internal/ccall: no Go source files Makefile:22: recipe for target 'install' failed make: *** [install] Error 1

CedrusZhao commented 3 years ago

I alse meet this.

ondrajz commented 3 years ago

Please provide the following information:

huanghuangzym commented 3 years ago

thanks ,i resolve it ,export CGO_ENABLED=0 then compile success ,thanks