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
Currently pointer types are not valid for declaring extended types. This can create problems when the desired output is to set an interface value with a pointer value. To solve this problem for my case I simply made all decoding into interfaces as pointers, but I think a more general solution is needed.
Currently pointer types are not valid for declaring extended types. This can create problems when the desired output is to set an interface value with a pointer value. To solve this problem for my case I simply made all decoding into interfaces as pointers, but I think a more general solution is needed.
My solution (still break unit tests) dmcgowan@5d26f5f
The text was updated successfully, but these errors were encountered: