-
Notifications
You must be signed in to change notification settings - Fork 17.8k
LearnErrorHandling
nofrish edited this page Nov 3, 2019
·
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