|
|
|
|
|
by maherbeg
1652 days ago
|
|
My biggest complaint about go error handling is that it's impossible to enumerate all of the errors that a function has returned. I have a use case to translate these into user facing errors for external use and find it a nightmare to enumerate them all. |
|