Documentation ¶
Overview ¶
Package importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
A Graph is an import dependency graph, either forward or reverse.
The graph maps each node (a package import path) to the set of its successors in the graph. For a forward graph, this is the set of imported packages (prerequisites); for a reverse graph, it is the set of importing packages (clients).
Click to show internal directories.
Click to hide internal directories.