photoprism/pkg/fs/duf
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
..
const.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
duf.go Config: Refactor filesystem usage detection and add tests #4266 2025-03-03 21:05:08 +01:00
duf_test.go Tests: Add unit tests #4266 2025-03-10 17:33:00 +01:00
filesystems.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
filesystems_darwin.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_freebsd.go refactor: using slices.Contains to simplify the code 2025-03-14 10:06:09 +01:00
filesystems_linux.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
filesystems_openbsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_windows.go Config: Add option to show filesystem usage in sidebar navigation #4266 2025-03-03 20:05:56 +01:00
filters.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
groups.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
groups_test.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
mounts_darwin.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_freebsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_linux.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
mounts_linux_test.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_openbsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_windows.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
util.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00