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
¶
goimporters
Displays an import graph of Go packages that import the specified Go package in your GOPATH workspace.
Installation
go install github.com/shurcooL/cmd/goimporters@latest
Note that it requires dot
command to be available (brew install graphviz
).
Usage
goimporters packages
Example
Here's a sample run:
goimporters github.com/shurcooL/github_flavored_markdown
Output:
Documentation
¶
goimporters displays an import graph of Go packages that import the specified Go package in your GOPATH workspace.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.