-
Notifications
You must be signed in to change notification settings - Fork 932
Open
Description
I've noticed that the code uses panic
for error handling in several places. In this issue I propose removing those panics and instead use explicit errors everywhere. To ensure that all errors are checked or explicitly ignored, I propose adding the errcheck
tool to the TravisCI script.
Any reasons not to do this?
briansorahan and jonathanbp
Metadata
Metadata
Assignees
Labels
No labels