Commit dc46982
committed
refactor: split oversized files and remove dead code
- Split brew.go → brew_install.go (parallel install logic extracted)
- Split snapshot.go → snapshot_import.go + snapshot_publish.go
- Split selector.go → selector_view.go (rendering separated from model)
- Remove unused testutil helpers (MockExecCommand, CommandResult, AssertCommandSuccess/Failure, GetInstalledBrewPackages)
- Remove dead stubBrewBinary from shell_extra_test.go
- Fix root_test.go: update cfg → installCfg after prior refactor
- Drop stale project.go reference from config package doc1 parent 0739892 commit dc46982
17 files changed
Lines changed: 1717 additions & 1769 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
50 | | - | |
| 42 | + | |
51 | 43 | | |
52 | 44 | | |
53 | 45 | | |
| |||
163 | 155 | | |
164 | 156 | | |
165 | 157 | | |
166 | | - | |
167 | | - | |
168 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
169 | 161 | | |
170 | 162 | | |
171 | 163 | | |
| |||
0 commit comments