tools/cmd/digraph
Alan Donovan d86c72936e cmd/digraph: somepath: search breadth-first to find minimal path
The previous depth-first implementation would sometimes return
a path of length 573 through a call graph when a path of length
6 existed. Also, a test.

Change-Id: I47a7824da8fe8c9b0f624874549de3356de5155b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/507715
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Alan Donovan <adonovan@google.com>
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
2023-07-07 20:37:27 +00:00
..
digraph.go cmd/digraph: somepath: search breadth-first to find minimal path 2023-07-07 20:37:27 +00:00
digraph_test.go cmd/digraph: somepath: search breadth-first to find minimal path 2023-07-07 20:37:27 +00:00
doc.go cmd/digraph: consolidate -help message and package doc 2023-07-07 18:10:56 +00:00