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

cleanup: Remove grpcsync.OnceFunc #8016

Closed
arjan-bal opened this issue Jan 17, 2025 · 0 comments · Fixed by #8049
Closed

cleanup: Remove grpcsync.OnceFunc #8016

arjan-bal opened this issue Jan 17, 2025 · 0 comments · Fixed by #8049
Labels

Comments

@arjan-bal
Copy link
Contributor

The OnceFunc function in the standard library was introduced in go1.21. The min Go version for grpc-go is go1.22. We can remove grpc-go's copy of OnceFuc and move all usages to the std lib implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant