dgnorton / graphpkg

Graph Go package dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

go get github.com/davecheney/graphpkg

Usage

To graph the dependencies of the net package:

x-www-browser $(graphpkg net)

Filtering

graphpkg can also filter out packages that do not match the supplied regex, this may improve the readability of some graphs by excluding the std library:

x-www-browser $(graphpkg -match 'launchpad.net' launchpad.net/goamz/s3)

About

Graph Go package dependencies