ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.91k stars 408 forks source link

Fix Makefile on macOS #14

Closed garrettr closed 6 years ago

garrettr commented 6 years ago

...and possibly on other platforms as well. While some Go developers like to add $GOPATH/bin to their $PATH, that is an optional modification that is not present in a default Go install and should not be relied upon.

Implements https://github.com/TrueFurby/go-callvis/issues/11#issuecomment-330470865. Resolves #11.

ondrajz commented 6 years ago

Thanks