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
The decoder silently ignores unexported struct fields. Request for an option to decode into unexported fields using unsafe.Pointer and reflect.NewAt. Original issue includes a working code snippet.
Upstream: vmihailenco#270
The decoder silently ignores unexported struct fields. Request for an option to decode into unexported fields using
unsafe.Pointerandreflect.NewAt. Original issue includes a working code snippet.