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

rebuild the application #159

Open horoshi10v opened 1 year ago

horoshi10v commented 1 year ago

i run go install github.com/ofabry/go-callvis@master and go-callvis cmd but get NewFileSet not declared by package token -: This application uses version go1.17 of the source-processing packages but runs version go1.20 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. 2023/05/17 20:44:41 packages contain errors how I can fix it? mac.os 12.6 go1.20.4 darwin/amd64