joshheinrichs / cmpt436-project

A social web-based debt-tracking application.
0 stars 3 forks source link

golang error handling -- useful links #4

Open williamvanderkamp opened 8 years ago

williamvanderkamp commented 8 years ago

To avoid writing far too much error-handling code in go, the methods specified in the links below should help. For the first link, scroll down to 'Simplifying repetitive error handling'.

http://blog.golang.org/error-handling-and-go https://blog.golang.org/errors-are-values