-
Notifications
You must be signed in to change notification settings - Fork 2k
Proposal: error types #682
Comments
I think this is more of a "We need a coding style guide" than a specific issue which we can point at as definitively solved. I do agree strongly though. |
@ehazlett @nathanleclaire not sure if this is the same thing, but you might be interested in the work @duglin and @stevvooe did here; distribution/distribution#548 |
Nice callout @thaJeztah ; noted |
@thaJeztah The @nathanleclaire @ehazlett We're still experimenting with the API, but Machine might want to explore use of the package. |
@stevvooe yup, I was aware of that (API / http); I thought it might be interesting (for inspiration). Thanks for adding your thoughts 👍 |
This would add support for error types instead of return
fmt.Errorf
everywhere.Refs #553
The text was updated successfully, but these errors were encountered: