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.