go-callvis安装

准备

参考 https://github.com/ofabry/go-callvis 的要求,需要先准备:

因此需要先安装 graphviz,否则运行时会报错找不到”dot”。

  • mac下:直接运行 brew install graphviz

安装

运行命令,注意GOPATH 要正确设置好:

go get -u github.com/ofabry/go-callvis

验证

参考官方例子:https://github.com/ofabry/go-callvis/tree/master/examples