ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz

Home Page:https://ofabry.github.io/go-callvis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference between Exported and Regular funcs

songyu-wang98 opened this issue · comments

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?