package
0.0.0-20240108045116-1de545a67ac7
Repository: https://github.com/shurcool/cmd.git
Documentation: pkg.go.dev

# 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:

Screenshot