-
Notifications
You must be signed in to change notification settings - Fork 1
LearnErrorHandling
PIGNOSE edited this page Apr 6, 2018
·
1 revision
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