prdeps

command module
v0.0.0-...-1d72c0a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2017 License: MIT Imports: 11 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL