1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:18:35 -06:00
go/cmd
Alan Donovan b8a5fcfcec cmd/callgraph: a utility for dumping the callgraph of a Go program.
(This functionality is provided by the oracle, but its output
format is inflexible, and the functionality is better suited
to a shell utility.  I may remove the oracle 'callgraph' feature.)

See Usage for details.

+ Test.

LGTM=sameer
R=sameer
CC=golang-codereviews, gri
https://golang.org/cl/164460044
2014-11-12 17:36:22 -05:00
..
benchcmp benchcmp: Fix invocation instructions. 2014-07-22 17:50:39 +10:00
callgraph cmd/callgraph: a utility for dumping the callgraph of a Go program. 2014-11-12 17:36:22 -05:00
cover go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
digraph cmd/digraph: support Go-style double-quotes in input data. 2014-11-12 13:37:06 -05:00
eg go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
godex go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
godoc go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
goimports go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
gorename go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
gotype go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
html2article go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
oracle go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
present go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
ssadump go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
stringer go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
vet go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00