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

proposal: pointer: new package handling pointer #66341

Closed
sivchari opened this issue Mar 15, 2024 · 1 comment
Closed

proposal: pointer: new package handling pointer #66341

sivchari opened this issue Mar 15, 2024 · 1 comment
Labels
Milestone

Comments

@sivchari
Copy link
Contributor

sivchari commented Mar 15, 2024

Proposal Details

I propose pointer package that is handling pointer type. Especially, I want to add pointer.To that provides the pointer of type that function receives. I know unsafe package and it manage some function about pointer, but we can change to make the package invoke pointer package. And this API is accepted, we will be able to discuss the new API that is related with pointer based on it. And many developers use alike implementation (e.g. ptr that is provided by Kubernetes community). So I think it's time to integrate this function to Go.

@gopherbot gopherbot added this to the Proposal milestone Mar 15, 2024
@seankhliao
Copy link
Member

Duplicate of #64749

@seankhliao seankhliao marked this as a duplicate of #64749 Mar 15, 2024
@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants