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
a nested CUE value will be decoded into a cue.Value Go field
incomplete CUE would now be possible. would this extend to the A field in this example?
Generally, can you expand on this idea here?
is it possible to have a catchall Go field, such that any fields that are in the value but not the Go struct get put in an "overflow" field
how can I exclude a field from being included from decoding? such that if I have an internal Go field, I don't want an accidental extra CUE field to fill it in during decoding
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On the most recent community call, @rogpeppe mentioned an idea about something like this I think
where
Generally, can you expand on this idea here?
Beta Was this translation helpful? Give feedback.
All reactions