Hacker News new | past | comments | ask | show | jobs | submit login

No exceptions. Like C, it's not failsafe. That is, if you don't check the error status of (say) I/O operations, you lose.



Well it depends, if you want a feature that is _called_ 'exception', than no, there is none.

If you want a feature that allows you to signal and catch errors, than:

* you can return Error as the second parameter from a function,

* you can panic and later defer a recover call (more info: http://blog.golang.org/2010/08/defer-panic-and-recover.html )




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: