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
In the current state, base64-encoded fields tagged with !!binary can be decoded to strings, but not to byte slices: cannot unmarshal !!binary `XXXXX ...` into []uint8.
Could both string and []byte be supported ? It seems logical to allow storing binary data into []byte variables.
The text was updated successfully, but these errors were encountered:
In the current state, base64-encoded fields tagged with
!!binary
can be decoded to strings, but not to byte slices:cannot unmarshal !!binary `XXXXX ...` into []uint8
.Could both
string
and[]byte
be supported ? It seems logical to allow storing binary data into[]byte
variables.The text was updated successfully, but these errors were encountered: