]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add graphviz output to graph command
authorGiovanni Bajo <rasky@develer.com>
Fri, 3 Aug 2018 00:08:43 +0000 (02:08 +0200)
committerGiovanni Bajo <rasky@develer.com>
Mon, 20 Aug 2018 18:14:55 +0000 (18:14 +0000)
commit723479bc30f998f29ecbba7caea118ac4e2c9afd
tree5ef457345f7a14b272fe3abb53b7dffe4960d81b
parent18034e6b9f0f623335e6358e0a4634a4eec04dd1
cmd/go: add graphviz output to graph command

This allows to quickly visual inspect dependencies.

Change-Id: Ice326ec69d7d57720f608b04cdf3ece153b8c5f1
Reviewed-on: https://go-review.googlesource.com/127599
Run-TryBot: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/modcmd/graph.go