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
Run method use channels for errors and outputs, but also use a fmt.Fprintf(os.Stderr
We could check what could be done to simplify things. Ideas such as:
check of the method signature shouldn't be updated to return an error. Handling error with printing is strange to me,it should be moved to higher level.
check if other errors currently send to outputCh or errCh shouldn't also be refactored
Run method use channels for errors and outputs, but also use a fmt.Fprintf(os.Stderr
We could check what could be done to simplify things. Ideas such as:
Originally posted by @ccoVeille in #60 (comment)
The text was updated successfully, but these errors were encountered: