Go Callvis

Go Callvis

What is go-callvis?

go-callvis is a development tool to help visualize call graph of a Go program using interactive view. The purpose of this tool is to provide developers with a visual overview of a Go program using data from call graph and its relations with packages and types. This is especially useful in larger projects where the complexity of the code much higher or when you are just simply trying to understand code of somebody else.

Features

  • focus specific package in the program
  • group functions by package and/or methods by type
  • filter packages to specific import path prefixes
  • omit various types of function calls

Read more…

Buy me a coffee

comments powered by Disqus