Update README.md

This commit is contained in:
Eno Compton 2022-08-27 15:29:00 -06:00 committed by GitHub
parent 4153656239
commit 98eee7f30b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)