appstract
appstract copied to clipboard
Visualize go programs in a graph to create an overview of its structure by scanning a GitHub repository
Nice work! You might be interested in these other libraries and tools that construct the call graph of a Go program: golang.org/x/tools/go/callgraph represents the call graph of a Go program...
I tried running my own local copy of this site, but got compile errors. ``` package appengine: unrecognized import path "appengine" package appengine/datastore: unrecognized import path "appengine/datastore" package appengine/urlfetch: unrecognized...