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
bloxid.V0 has all private fields and so can't be marshaled/unmarshaled into json when using it as part of a struct.
Implementing MarshalJSON and UnmarshalJSON for it should fix the issue
The text was updated successfully, but these errors were encountered:
bloxid.V0
has all private fields and so can't be marshaled/unmarshaled into json when using it as part of a struct.Implementing
MarshalJSON
andUnmarshalJSON
for it should fix the issueThe text was updated successfully, but these errors were encountered: