photoprism/pkg/vector
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
..
alg Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
const.go CI: Apply Go linter recommendations to remaining "pkg/..." code #5330 2025-11-22 16:14:43 +01:00
mean.go Faces: Add dedicated vector algebra package #4691 #4669 #4328 2025-02-03 16:48:46 +01:00
values.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
values_test.go refactor: use b.Loop() to simplify the code and improve performance 2025-11-13 08:54:42 +01:00
vector.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
vector_test.go Faces: Add dedicated vector algebra package #4691 #4669 #4328 2025-02-03 16:48:46 +01:00