Delta Between Two Patch Sets: cmd/sockdrawer/fmt.clusters
Issue 186270043 :
cmd/sockdrawer: a tool for package reorganization.
Left Patch Set: diff -r a81b057fa6e0681031c81674e00ad6bbb9f2e18f https://code.google.com/p/go.tools
Right Patch Set: diff -r a81b057fa6e0681031c81674e00ad6bbb9f2e18f https://code.google.com/p/go.tools
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
cmd/sockdrawer/cluster.go
cmd/sockdrawer/doc.go
cmd/sockdrawer/dot.go
cmd/sockdrawer/fmt.clusters
cmd/sockdrawer/main.go
cmd/sockdrawer/nodegraph.go
cmd/sockdrawer/refactor.go
cmd/sockdrawer/runtime.clusters
cmd/sockdrawer/scgraph.go
LEFT RIGHT
(no file at all) 1
2 # Cluster definitions for a hypothetical split of the fmt package.
3
4 = util
5 buffer
6 parsenum
7 func$4 # init function
8
9 = print
10 Errorf
11 Print
12 Printf
13 Println
14 Sprint
15 Sprintf
16 Sprintln
17
18 = scan
19 Fscan
20 Fscanf
21 Fscanln
22 Sscan
23 Sscanf
24 Sscanln
25 Scan
26 Scanf
27 Scanln
LEFT RIGHT