go
go copied to clipboard
proposal: Go 2: error handling with || return err
Proposal Details
I have a new error return proposal:
- very simple, very golang, very short
- does not add new Keyword or Operators
- good compatibility
- not changing the error way
** For examples: **