1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00
go/refactor/importgraph
Alan Donovan fec4d1f60d refactor/importgraph: add test of cycles
Nodes in a strongly connected component (which includes most
stdlib packages) appear in results of both "forward" and
"reverse" searches from any other node in the same SCC.

LGTM=sameer
R=sameer
CC=golang-codereviews, gri
https://golang.org/cl/136470044
2014-09-18 10:05:26 -04:00
..
graph_test.go refactor/importgraph: add test of cycles 2014-09-18 10:05:26 -04:00
graph.go go/buildutil: rename AllPackages{,List} -> {ForEachPackage,AllPackages}. 2014-09-11 14:33:37 -04:00