command
Version:
v0.0.0-...-1de545a
Opens a new window with list of versions in this module.
Published: Jan 8, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
goimportgraph
Displays an import graph within specified Go packages.
Installation
go install github.com/shurcooL/cmd/goimportgraph@latest
Note that it requires dot
command to be available (brew install graphviz
).
Usage
goimportgraph packages
Example
Here's a sample run:
goimportgraph encoding/...
Output:
Documentation
¶
goimportgraph displays an import graph within specified Go packages.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.