-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
good-first-issueGood issue for new contributors to the project: not too simple, and would have decent impactGood issue for new contributors to the project: not too simple, and would have decent impact
Description
What we do at the minute is mainly use fmt.Errof to add a bit of context to our errors. We could be a bit better about that, and add our own error types.
Likely we could use those to print better error messages, but the main benefit would be in the testsuite we could check the error returned to see if the condition we wanted has happened - currently we check it in a pretty naive way.
Metadata
Metadata
Assignees
Labels
good-first-issueGood issue for new contributors to the project: not too simple, and would have decent impactGood issue for new contributors to the project: not too simple, and would have decent impact