Skip to content

chore(all): Replace strings.Replace with strings.ReplaceAll#3453

Open
12ya wants to merge 1 commit intogoogleapis:mainfrom
12ya:patch3
Open

chore(all): Replace strings.Replace with strings.ReplaceAll#3453
12ya wants to merge 1 commit intogoogleapis:mainfrom
12ya:patch3

Conversation

@12ya
Copy link

@12ya 12ya commented Jan 22, 2026

Refactored code in gen_test.go and googleapi.go to use strings.ReplaceAll instead of strings.Replace for improved readability and clarity. This change simplifies string replacement operations by removing the need to specify -1 as the count.

Refactored code in gen_test.go and googleapi.go to use strings.ReplaceAll instead of strings.Replace for improved readability and clarity. This change simplifies string replacement operations by removing the need to specify -1 as the count.
@12ya 12ya requested a review from a team as a code owner January 22, 2026 17:04
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