var algoFlag …
var testFlag …
var formatFlag …
var tagsFlag …
const Usage …
func init() { … }
func main() { … }
var stdout …
func doCallgraph(dir, gopath, algo, format string, tests bool, args []string) error { … }
func mainPackages(pkgs []*ssa.Package) ([]*ssa.Package, error) { … }
type Edge …
func (e *Edge) pos() *token.Position { … }
func (e *Edge) Filename() string { … }
func (e *Edge) Column() int { … }
func (e *Edge) Line() int { … }
func (e *Edge) Offset() int { … }
func (e *Edge) Dynamic() string { … }
func (e *Edge) Description() string { … }