reflechant / callgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

callgraph

A work-in-progress tool to generate readable function callgraphs for Golang packages. It's not intended to be comprehensive, only to show dependencies between packages at exported functions level. It allows to assess architecture complexity and detect dependency antipatterns.

Usage

go build && ./callgraph -d <package_path> | dot -Tsvg -o graph.svg

About

License:MIT License


Languages

Language:Go 100.0%