Skip to content

Use any instead of interface{} (2 findings)#333

Open
jwilder wants to merge 1 commit into
masterfrom
repo-agent/use-any-instead-of-interface
Open

Use any instead of interface{} (2 findings)#333
jwilder wants to merge 1 commit into
masterfrom
repo-agent/use-any-instead-of-interface

Conversation

@jwilder

@jwilder jwilder commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

Addresses the following findings:

  • Use any instead of interface{}: Since Go 1.18, any is the idiomatic alias for interface{}. Use any for readability.

Changes

template.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Verification

  • Use any instead of interface{} — addressed in this change
  • ✅ All tests pass
  • ✅ Build clean
  • 📊 Coverage: 68.5%

Finding: Use any instead of interface{}
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.

1 participant