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

Unable to generate executable file #123

Closed 1511563371 closed 1 year ago

1511563371 commented 1 year ago
runtime environmet:
win10 + go1.8.1
step :
1  go mod init XXX
2 >go get -u github.com/ofabry/go-callvis@latest

result :
$GOPATH/bin : no  executable file
ondrajz commented 1 year ago

The error message you posted is most likely not coming from the go-callvis, but your system / go environment.

Are you really using go v1.8.1? That is a VERY OLD version, not officially supported anymore. The last stable release of go is v1.19 and the Requirements section in the README specifies go v1.17 as the minimum Go version supported by go-callvis.