Hacker News new | ask | show | jobs
by oncallthrow 190 days ago
Any sane Go team will be running errcheck, so I think this is a moot point.
2 comments

I think it’s still worth pointing out that one language includes it as a feature and the other requires additional tooling.
Which can also be said about Rust and anyhow/thiserror. You won't see any decent project that don't use them, the language requires additional tooling for errors as well.