Skip to content

Replace interface{} With Any for Improved Type Clarity#29

Open
dytsou wants to merge 1 commit into
mainfrom
chore/replace-interface-with-any-using-go-fix
Open

Replace interface{} With Any for Improved Type Clarity#29
dytsou wants to merge 1 commit into
mainfrom
chore/replace-interface-with-any-using-go-fix

Conversation

@dytsou

@dytsou dytsou commented Jul 5, 2026

Copy link
Copy Markdown
Member

Type of changes

  • Chore

Purpose

  • Replace interface{} with the idiomatic any alias across handler, database, and problem packages for improved type clarity

Additional Information

  • Mechanical refactor applied via go fix with no behavior changes
  • Affected files: pkg/database/migration.go, pkg/handler/errors.go, pkg/handler/errors_test.go, pkg/handler/payload.go, pkg/problem/problem_test.go

@dytsou dytsou changed the title refactor: replace interface{} with any Replace interface{} with any Jul 5, 2026
@dytsou dytsou self-assigned this Jul 5, 2026
@dytsou dytsou changed the title Replace interface{} with any Replace interface{} With Any for Improved Type Clarity Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants