Hacker News new | ask | show | jobs
by cdelsolar 3937 days ago
No it doesn't. You need to handle every error or your program will panic and crash. You are forced to think of and handle every error by the if err != nil construct.