Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gograph
command
Command gograph is the entrypoint for the gograph CLI tool.
|
Command gograph is the entrypoint for the gograph CLI tool. |
|
internal
|
|
|
cli
Package cli wires together the CLI commands.
|
Package cli wires together the CLI commands. |
|
graph
Package graph defines the core data model for the gograph tool.
|
Package graph defines the core data model for the gograph tool. |
|
parser
Package parser extracts graph nodes from a single Go source file using the standard go/ast and go/parser packages.
|
Package parser extracts graph nodes from a single Go source file using the standard go/ast and go/parser packages. |
|
report
Package report generates the human-readable GRAPH_REPORT.md file.
|
Package report generates the human-readable GRAPH_REPORT.md file. |
|
scanner
Package scanner walks the target repository and identifies Go files to parse.
|
Package scanner walks the target repository and identifies Go files to parse. |
|
search
Package search provides case-insensitive query matching over a Graph.
|
Package search provides case-insensitive query matching over a Graph. |
Click to show internal directories.
Click to hide internal directories.