Hacker News new | ask | show | jobs
by _0w8t 1864 days ago
What makes me sad about Go is that the verboseness comes not from the language but from its formater.

If the formater allowed to write in one line if err != nil { return err }, it would drop the number of code lines by the third.