Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Latest commit

 

History

History
 
 

rdeps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

rdeps scans GOPATH for all reverse dependencies of a set of Go packages.

Installation

See the main README for installation instructions.

Usage

Invoke rdeps with zero or more arguments that are Go packages to print their reverse dependencies.

Alternatively, use the -stdin flag and provide a list of Go packages on standard input.

See rdeps -h for all flags.

Example

$ rdeps database/sql 2>/dev/null | head -5
github.com/GoogleCloudPlatform/golang-samples/docs/appengine/cloudsql
github.com/lxc/lxd/lxd
github.com/mattn/go-sqlite3/sqltest
github.com/mgutz/dat/sql-runner
github.com/mgutz/dat