1
0
mirror of https://github.com/golang/go synced 2024-11-18 12:14:42 -07:00
go/cmd/digraph
Alan Donovan 5f5b110a59 cmd/digraph: digraph: a UNIX-style utility command for common operations on directed graphs in text format.
Example: show the transitive closure of imports of the digraph tool itself:

% go list -f '{{.ImportPath}}{{.Imports}}' ... | tr '[]' '  ' |
    digraph forward code.google.com/p/go.tools/cmd/digraph

+ basic test.

LGTM=gri
R=gri, sameer
CC=golang-codereviews
https://golang.org/cl/161760043
2014-10-23 09:13:39 -04:00
..
digraph_test.go cmd/digraph: digraph: a UNIX-style utility command for common operations on directed graphs in text format. 2014-10-23 09:13:39 -04:00
digraph.go cmd/digraph: digraph: a UNIX-style utility command for common operations on directed graphs in text format. 2014-10-23 09:13:39 -04:00