Hacker News new | ask | show | jobs
by segfaltnh 1014 days ago
Wait, are you implying Go doesn't have error checking? In what way? It has famously verbose error semantics.
3 comments

It's verbose yes, but also more error prone.
No exhaustive enum checks.

No Option type, so you can still use results of a function if it returns an error.