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
Right now, the functions for marshaling and unmarshaling returns a mix of errors defined in the library (see Error struct and its constructors) and simple Go errors (built with the errors and fmt packages).
The functions for marshaling and unmarshaling (or at least the exported ones) should probably only return errors based on the Error struct.
Investigate and refactor if necessary.
The text was updated successfully, but these errors were encountered:
Right now, the functions for marshaling and unmarshaling returns a mix of errors defined in the library (see Error struct and its constructors) and simple Go errors (built with the errors and fmt packages).
The functions for marshaling and unmarshaling (or at least the exported ones) should probably only return errors based on the Error struct.
Investigate and refactor if necessary.
The text was updated successfully, but these errors were encountered: