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
If a read partially fails and you're decoding in an anonymous (defined in the function or inline, not package level) struct, the error message will actually contain the whole definition, which may be very big, causing very long error messages.
If a read partially fails and you're decoding in an anonymous (defined in the function or inline, not package level) struct, the error message will actually contain the whole definition, which may be very big, causing very long error messages.
https://play.golang.org/p/eu-dJWFZXom
The text was updated successfully, but these errors were encountered: