Hacker News new | ask | show | jobs
by kixunil 3356 days ago
I dislike Go's error handling too. Rust solved this neatly with question mark operator (previously implemented as try!() macro).