xfy
f145a8770e
refactor: modernize code with Go 1.22+ features
...
Apply modern Go patterns across the codebase:
- Replace `interface{}` with `any` (Go 1.18+)
- Use `for range n` instead of `for i := 0; i < n; i++` (Go 1.22+)
- Replace `sort.Slice` with `slices.Sort` from slices package
- Simplify sync.WaitGroup patterns with errgroup where appropriate
- Add Makefile targets for modernize analyzer
Total: 84 files updated, net reduction of 79 lines
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 10:37:45 +08:00
..
2026-04-24 18:24:31 +08:00
2026-04-13 17:38:49 +08:00
2026-04-20 10:59:17 +08:00
2026-04-16 18:12:16 +08:00
2026-04-29 14:19:11 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-13 16:15:31 +08:00
2026-04-29 17:00:11 +08:00
2026-04-13 16:15:31 +08:00
2026-04-29 17:00:11 +08:00
2026-04-11 12:17:34 +08:00
2026-04-29 17:00:11 +08:00
2026-04-20 08:27:24 +08:00
2026-04-20 10:59:17 +08:00
2026-04-16 18:24:05 +08:00
2026-04-30 10:37:45 +08:00
2026-04-13 09:51:44 +08:00
2026-04-30 10:37:45 +08:00
2026-04-16 18:12:16 +08:00
2026-04-29 18:25:41 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-20 10:59:17 +08:00
2026-04-10 16:55:38 +08:00
2026-04-20 11:23:03 +08:00
2026-04-29 14:19:11 +08:00
2026-04-20 11:23:03 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-29 17:00:11 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 10:13:47 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-30 10:37:45 +08:00
2026-04-11 13:34:34 +08:00
2026-04-20 10:59:17 +08:00
2026-04-13 16:50:14 +08:00
2026-04-20 11:23:03 +08:00
2026-04-20 10:59:17 +08:00
2026-04-20 10:59:17 +08:00
2026-04-30 10:37:45 +08:00
2026-04-10 16:55:38 +08:00
2026-04-12 11:21:17 +08:00
2026-04-20 10:59:17 +08:00
2026-04-30 10:37:45 +08:00
2026-04-28 10:13:47 +08:00