diff --git a/LearnErrorHandling.md b/LearnErrorHandling.md index d0fa6f67..6de094ae 100644 --- a/LearnErrorHandling.md +++ b/LearnErrorHandling.md @@ -10,6 +10,7 @@ This page links to resources about error handling in Go. ## 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 [Error handling and Go](http://blog.golang.org/error-handling-and-go) - Read [Go by Example: Errors](https://gobyexample.com/errors)