Hacker News new | ask | show | jobs
by the_gipsy 1757 days ago
In rust you have to swallow an error quite explicitly. In go it’s extremely easy to swallow one "err”, by assigning to some previous one which was already checked.