Skip to content

Commit fe46c55

Browse files
authored
Merge branch 'main' into enocom-patch-2
2 parents 3a71a5c + bcc8429 commit fe46c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
5656

5757
- [Organizing a Go module](https://go.dev/doc/modules/layout)
5858
- [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html)
59-
- [Less is exponentially more](https://commandcenter.blogspot.com.br/2012/06/less-is-exponentially-more.html)
59+
- [Less is exponentially more](https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html)
6060
- [Go Proverbs](https://go-proverbs.github.io/)
6161
- [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)
6262
- [Google Go Style Guide](https://google.github.io/styleguide/go)
@@ -107,7 +107,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
107107
- [Pitfalls of context values and how to avoid or mitigate them in Go](https://www.calhoun.io/pitfalls-of-context-values-and-how-to-avoid-or-mitigate-them/)
108108
- [How to organize the go struct, in order to save memory](https://medium.com/@felipedutratine/how-to-organize-the-go-struct-in-order-to-save-memory-c78afcf59ec2)
109109
- [Loose Coupling in Go lang](https://8thlight.com/blog/javier-saldana/2015/02/06/loose-coupling-in-go-lang.html)
110-
- [Self-referential functions and the design of options](https://commandcenter.blogspot.co.nz/2014/01/self-referential-functions-and-design.html)
110+
- [Self-referential functions and the design of options](https://commandcenter.blogspot.com/2014/01/self-referential-functions-and-design.html)
111111
- [Functional Options for Friendly APIs](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)
112112
- [Functional Options on Steroids](https://sagikazarmark.hu/blog/functional-options-on-steroids/)
113113
- [Error handling in Upspin](https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html)

0 commit comments

Comments
 (0)