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
This is a known limitation:
Go standard library does not provide any way to create new named types at runtime - only new unnamed types can be created.
Thus it's currently not possible to fix this issue.
There is an open enhancement proposal golang/go#39717 for adding such feature to Go standard library - I started implementing it some months ago, but it's still unfinished
The text was updated successfully, but these errors were encountered: