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
{{ message }}
This repository was archived by the owner on Jul 15, 2018. It is now read-only.
Signature concrete types should define their own MarshalJSON() and UnmarshalJSON() methods as currently marshalling objects does not work as expected. In particular, json.Marshal() returns a stringified array of integers; byte arrays should be marshalled into base64 strings instead. The following simple program may be used to reproduce the issue: