A static call graph analysis tool for Go programs. This tool parses Go source code and generates call graphs showing the relationships between functions and methods. The output can be exported in DOT (Graphviz) or JSON formats for visualization and further analysis. Generates static call graphs from source code. -
View it on GitHub