mirror of
https://github.com/golang/go
synced 2024-11-18 12:14:42 -07:00
5f5b110a59
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 |
||
---|---|---|
.. | ||
digraph_test.go | ||
digraph.go |