-
Notifications
You must be signed in to change notification settings - Fork 17.8k
LearnErrorHandling
Sameer Ajmani edited this page Jan 12, 2015
·
8 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