Pad/internal/io/pool
Greg Pomerantz 06b1444207 gofmt: format all remaining files with the go1.27 toolchain
The tree was formatted with an older gofmt; go1.27's gofmt additionally
wants: EOF exactly one newline (no trailing blank lines), imports sorted
alphabetically within a block, mixed-precedence binary expressions
re-spaced for grouping ((a+b)/c), single-field composite literals
un-aligned, adjacent one-line method signatures aligned, and one-line
bodies containing a compound statement expanded. Applied repo-wide
(31 files under internal/); pure formatting, no semantic changes —
build and the full test suite pass.
2026-08-23 10:03:27 -04:00
..
mock gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
real Fix write-concurrency race: per-file write protocol + unique temps 2026-08-17 16:29:47 -04:00
types gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
context_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
filesystem.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
result.go Fix to chunk loading policy. 2026-06-05 18:06:17 -04:00
search_test.go Add in-file search (find bar) 2026-08-20 00:02:54 -04:00
task_test.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
task.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
worker_pool_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
worker_pool.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00