1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:24:50 -07:00
go/cmd
Alan Donovan 1bd72987c2 cmd/callgraph: use go/packages
Because go/packages presents each synthesized test main package
as a first-class package, the tests now analyze all of the dependencies
of "testing", which they previously avoided.  This makes the tests
slower and the resulting call graph much larger,
so they now look for a subset match, not an exact match,
on the set of graph edges.

Change-Id: I9d7acf420e41cbffc03ca8423f5afb3ef671d775
Reviewed-on: https://go-review.googlesource.com/128695
Reviewed-by: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
2018-08-09 16:04:36 +00:00
..
benchcmp
bundle
callgraph cmd/callgraph: use go/packages 2018-08-09 16:04:36 +00:00
compilebench
cover
digraph
eg
fiximports
getgo godoc,cmd/getgo: update download links to dl.google.com 2018-01-25 02:56:30 +00:00
go-contrib-init
godex
godoc cmd/godoc: fix TestWeb for versions < 1.11 2018-07-25 15:26:38 +00:00
goimports cmd/goimports: support multiple comma-separated imports in -local flag 2018-03-05 19:26:41 +00:00
gomvpkg cmd/gomvpkg: add missing closing double-quote to documentation 2018-05-22 18:16:25 +00:00
gorename
gotype
goyacc cmd/goyacc: append trailing newline to text "Code generated by goyacc" 2018-07-19 18:26:00 +00:00
guru cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid 2018-06-11 19:19:27 +00:00
heapview
html2article
present cmd/present: display slide numbers 2018-04-13 16:54:21 +00:00
ssadump
stress
stringer cmd/stringer: add a -tags flag that supports build tags 2018-07-10 05:22:40 +00:00
tip cmd/godoc,cmd/tip: enable HSTS preload 2018-07-06 16:21:24 +00:00
toolstash