Skip to content

chore(support/bundler/bundler_test): Refactor tests to use 'any' and …#3455

Open
12ya wants to merge 1 commit into
googleapis:mainfrom
12ya:patch5
Open

chore(support/bundler/bundler_test): Refactor tests to use 'any' and …#3455
12ya wants to merge 1 commit into
googleapis:mainfrom
12ya:patch5

Conversation

@12ya

@12ya 12ya commented Jan 22, 2026

Copy link
Copy Markdown

…range-based loops

Replaces 'interface{}' with 'any' in function signatures and updates for-loops from 'for i := 0; i < N; i++' to 'for i := range N' throughout bundler_test.go. This modernizes the code to use Go 1.18+ conventions and improves readability.

…range-based loops

Replaces 'interface{}' with 'any' in function signatures and updates for-loops from 'for i := 0; i < N; i++' to 'for i := range N' throughout bundler_test.go. This modernizes the code to use Go 1.18+ conventions and improves readability.
@12ya 12ya requested a review from a team January 22, 2026 17:23
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