Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal: use strings.Replace instead strings.ReplaceAll #4279

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

menghanl
Copy link
Contributor

strings.ReplaceAll is only available after go 1.12. We still support go 1.11.

…trings.ReplaceAll

strings.ReplaceAll is only available after go 1.12. We still support go 1.11.
@dfawley
Copy link
Member

dfawley commented Mar 18, 2021

Did we figure out how the tests passed? Something seems very bad if we didn't catch this with our Go 1.11 tests.

@menghanl
Copy link
Contributor Author

No. Still don't know why the PR wasn't blocked.

@menghanl menghanl merged commit bce1cde into grpc:master Mar 18, 2021
@menghanl menghanl deleted the replace_strings_replace_all branch March 18, 2021 23:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants