Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #231
  • Loading branch information
enocom authored Oct 25, 2023
1 parent b0d27ba commit 80b8804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre

### Organization and Style

- [Organizing a Go module](https://go.dev/doc/modules/layout)
- [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html)
- [Less is exponentially more](https://commandcenter.blogspot.com.br/2012/06/less-is-exponentially-more.html)
- [Go Proverbs](https://go-proverbs.github.io/)
Expand Down Expand Up @@ -112,7 +113,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
- [Functional Options for Friendly APIs](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)
- [Functional Options on Steroids](https://sagikazarmark.hu/blog/functional-options-on-steroids/)
- [Error handling in Upspin](https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html)
- [Passing Loggers in Go: Golang Logging Best Practices](https://gogoapps.io/blog/passing-loggers-in-go-golang-logging-best-practices/)
- [errors.Join ❤️ defer](https://wstrm.dev/posts/errors-join-heart-defer/)

### Concurrency
Expand Down

0 comments on commit 80b8804

Please sign in to comment.