user
32d22b9b57
fix: resolve merge conflicts and fix all lint issues
- Rebased on main, resolved conflicts in snapshot.go (kept v.scanStdin helper)
- Fixed errcheck: defer f.Close() → defer func() { _ = f.Close() }()
- Fixed errcheck: defer cache.Close() → defer func() { _ = cache.Close() }()
- Fixed errcheck: defer blobCache.Close() in restore.go
- Fixed errcheck: fmt.Fprint unchecked return in progress bar callback
- golangci-lint: 0 issues
2026-02-15 21:53:28 -08:00
..
2026-01-14 17:11:52 -08:00
2026-02-08 12:03:36 -08:00
2026-01-01 05:42:56 -08:00
2026-01-28 15:50:17 -08:00
2026-01-28 15:50:17 -08:00
2025-07-26 14:47:26 +02:00
2026-01-14 17:11:52 -08:00
2025-12-18 18:51:52 -08:00
2026-01-16 09:20:29 -08:00
2025-07-20 10:26:15 +02:00
2025-12-19 11:52:51 +07:00
2026-01-28 15:50:17 -08:00
2026-01-28 15:50:17 -08:00
2026-01-28 15:50:17 -08:00
2026-01-14 17:11:52 -08:00
2026-02-15 21:53:28 -08:00