ondrajz / go-callvis

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

The useage of the -ignore #76

Open fsyyft opened 3 years ago

fsyyft commented 3 years ago

Can you add usage like the following

-ignore github.com/gin-gonic/gin/.../json

or

-ignore github.com/gin-gonic/gin/*/json

Without the need for

-ignore github.com/gin-gonic/gin/abc/json -ignore github.com/gin-gonic/gin/def/json