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
This library seems to perform the practice of assigning errors during parsing to the dicomio.Decoder struct, however I expect that we can probably refactor things to be a bit more golang canonical and simply return errors from relevant function calls. This should perhaps be a little easier after #13 lands.
The text was updated successfully, but these errors were encountered:
This library seems to perform the practice of assigning
error
s during parsing to thedicomio.Decoder
struct, however I expect that we can probably refactor things to be a bit more golang canonical and simply returnerror
s from relevant function calls. This should perhaps be a little easier after #13 lands.The text was updated successfully, but these errors were encountered: