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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Hey, everyone! I still can reproduce the problem with decoding the embedded pointer from this issue. Here is the code to reproduce the problem:
Expected result:
map[B:map[Name:]]
Actual result:
map[B:0x14000132000]
If you update this
B
struct to the following one everything works as expected:The text was updated successfully, but these errors were encountered: