-
Notifications
You must be signed in to change notification settings - Fork 2
LearnErrorHandling
Sameer Ajmani edited this page Jan 13, 2015
·
3 revisions
This page links to resources about error handling in Go.
- Read Effective Go: Errors
- Code A Tour of Go: Errors and do the exercise
- Study The Go Programming Language Specification: Errors
- Study Package errors
- Study func fmt.Errorf
- Read Why does Go not have exceptions?
- Read Error handling and Go
- Read Go by Example: Errors
- Read Errors are values
- Read golang/go/wiki: Errors