From 98eee7f30bb818fdd58732a227d00afd5115d972 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Sat, 27 Aug 2022 15:29:00 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c373e44..5cef90d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) - [Idiomatic Go](https://dmitri.shuralyov.com/idiomatic-go) - [Error handling and Go](https://blog.golang.org/error-handling-and-go) -- [Go's Error Handling is Elegant](https://davidnix.io/post/error-handling-in-go/) +- [Go's Error Handling is Elegant](https://davidnix.io/posts/error-handling-in-go/) - [Working with Errors in Go 1.13](https://blog.golang.org/go1.13-errors) - [Simple Go project layout with modules](https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/) - [Structuring Tests in Go](https://medium.com/@benbjohnson/structuring-tests-in-go-46ddee7a25c)