Pad/internal/browser
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
..
browser_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
browser.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
handlers.go chore: remove per-event debug logging from the normal path 2026-08-16 20:58:49 -04:00
index_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
index.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
layout_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
layout.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
lazy_loading_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
manager_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
manager.go chore: remove per-event debug logging from the normal path 2026-08-16 20:58:49 -04:00
navigation_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
pixel_scroll_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
scroll_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
search_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
search.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -04:00
sort_test.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
sort.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
types_test.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00
types.go gofmt: format all remaining files with the go1.27 toolchain 2026-08-23 10:03:27 -04:00