photoprism/pkg/fs/fastwalk
Michael Mayer a2b7615c93 Go: Apply go fix modernizations across backend packages
Run `go fix ./...` and keep mechanical modernization updates.

- Replace `interface{}` with `any` in signatures and local types
- Apply formatter/style cleanups from go1.26 tooling
- Keep `omitempty` behavior-preserving simplifications suggested by fix
- No functional feature changes intended

Validation:
- go test ./... -run '^$' -count=1 (Go 1.26.0)
- GOTOOLCHAIN=go1.24.10 go test ./... -run '^$' -count=1

Signed-off-by: Michael Mayer <michael@photoprism.app>
2026-02-20 03:54:33 +01:00
..
fastwalk.go Backend: Move fastwalk package to /pkg/fs/fastwalk 2024-07-03 09:27:11 +02:00
fastwalk_dirent_fileno.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
fastwalk_dirent_ino.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
fastwalk_dirent_namlen_bsd.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
fastwalk_dirent_namlen_linux.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
fastwalk_portable.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
fastwalk_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
fastwalk_unix.go Backend: Clean up error handling and unit tests in pkg/... 2026-02-09 12:31:29 +01:00