Hacker News new | ask | show | jobs
by knz42 1975 days ago
You're mis-reading the text.

The reduction in cost pertains to the try/catch (defer/recover) mechanism, not error returns.

The cost of error returns has not reduced since Go 1.10.

1 comments

Ah ok, thanks for correcting my mis-apprehension :)