Hacker News new | ask | show | jobs
by frou_dh 1202 days ago
The thing about:

    if err != nil {
        return err
    }
...is that it's not even Error Handling. It's "Error Shovelling" (manual work to move the error from one place to another).