You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: