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

Difference between Exported and Regular funcs #124

Open songyu-wang98 opened 1 year ago

songyu-wang98 commented 1 year ago

Hi, go-callvis is a wonderful tool for visualizing the hierarchy of go source code. I just wonder what's the difference between Exported and Regular funcs since I can't find anything different from the picture.

I have checked the source code and I still have no idea about it. Could you please help me?