-
Notifications
You must be signed in to change notification settings - Fork 0
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
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information