rdep

command module
v0.0.0-...-00c9c82 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2014 License: MIT Imports: 6 Imported by: 0

README

rdep

Reverse dependency lister for Go

Building

go get github.com/axw/rdep

Using

Specify the source package (list) as the first argument; subsequent arguments (targets) are the packages which we are testing for dependence on.

e.g. to list all packages under the current working directory that import os or runtime, run:

rdep ./... os runtime

The target packages are always included in the output.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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