Skip to content

Visualize go programs in a graph to create an overview of its structure by scanning a GitHub repository

Notifications You must be signed in to change notification settings

gophergala/appstract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Obsolete

This repository is now obsolete. The active repository for this project is located at github.com/CorgiMan/appstract. This version was judged for the Gopher Gala 2015 in which it finished at the third place. Thank you for the votes!

AppStract

It can be an overwhelming experience to join an open source project that has a lot of code in it. You might start by reading documentation or even dive into the code directly. But sometimes you just want a quick overview. AppStract provides the solution.

AppStract analyzes go code from a github repository. This analysis results in a graph that visualizes the structure of the go program. In the graph two functions are connected if one function calls another, thus creating an abstract for the entire go program.

Check it out at go-appstract.appspot.com.

About

Visualize go programs in a graph to create an overview of its structure by scanning a GitHub repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages