Libraries #golang : Callgraph analysis and visualization for Go

By | July 14, 2019

This is a wonderful small library that lets you do an analysis and visualization for Go packages. It may be very useful to detect unwanted code and is a very good tool to run on your code base before and after doing a refactoring. I wish I have something this simple for Java 🙂

See the full implementation on github:

https://github.com/protolambda/gocyto

What I like about golang is the fact that one can find lots of golang free libraries on github .

This is a series of small blog posts where I share my discoveries.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.