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
Documentation does not clearly state that unexported (lowercase) struct fields are silently ignored during encoding/decoding, similar to encoding/json. Should be documented explicitly.
Upstream: vmihailenco#317
Documentation does not clearly state that unexported (lowercase) struct fields are silently ignored during encoding/decoding, similar to
encoding/json. Should be documented explicitly.