Documentation
¶
Overview ¶
prdeps prints the dependency graph of a Go package.
Usage:
prdeps <importpath>
prdeps takes one or more import paths as arguments. An easy way to satisfy this requirement is to use go list:
% prdeps $(go list) # runs prdeps for the cwd % prdeps $(go list ./...) # runs prdeps for a package tree
Click to show internal directories.
Click to hide internal directories.