txt.md Requirements to Consider for Go 2 Error Handling Towards consensus on the requirements for a new errors idiom. The Go2 Error Handling Overview gives only four rather vague "goals": small-footprint error checks, developer-friendly error handlers, explicit checks & handlers, and compatibility with existing code. It makes no mention of potential future extensions of the concept. Previously @ia