Updated LearnErrorHandling (markdown)

nofrish 2019-11-04 07:53:53 +08:00
parent 5ec01e01a8
commit 70ca246eca

@ -10,6 +10,7 @@ This page links to resources about error handling in Go.
## Standard Practice ## Standard Practice
- Read [Working with Errors in Go 1.13](https://blog.golang.org/go1.13-errors)
- Read [Why does Go not have exceptions?](http://golang.org/doc/faq#exceptions) - Read [Why does Go not have exceptions?](http://golang.org/doc/faq#exceptions)
- Read [Error handling and Go](http://blog.golang.org/error-handling-and-go) - Read [Error handling and Go](http://blog.golang.org/error-handling-and-go)
- Read [Go by Example: Errors](https://gobyexample.com/errors) - Read [Go by Example: Errors](https://gobyexample.com/errors)