Skip to content

Conversation

matthewdale
Copy link
Collaborator

Summary

Replace all uses of interface{} with any in the "internal/integration/" packages.

Background & Motivation

any is a type alias for interface{}, so is semantically identical. The only change is a slightly cleaner syntax.

@matthewdale matthewdale requested a review from a team as a code owner July 25, 2025 20:57
@matthewdale matthewdale requested a review from qingyang-hu July 25, 2025 20:57
@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot added the review-priority-low Low Priority PR for Review: within 3 business days label Jul 25, 2025
@mongodb-drivers-pr-bot
Copy link
Contributor

API Change Report

No changes found!

@matthewdale matthewdale merged commit dd44f48 into mongodb:master Aug 5, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-priority-low Low Priority PR for Review: within 3 business days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants