Aug 14, 2021
This would be turning Golang into something like Javascript and that is not something the community should do. There is a very good reason to handle every single error - it is explicit and upon an error occurring, the developer knows exactly where the problem is with no guess work. Golang is not meant to be easy or convenient to write, it is meant to be easy to read and therefore simple to debug. Interfaces such as that one above obfuscate the code imo...