From 146204dd6594fdd32ececb18176c09a48fa335dd Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 12 Sep 2025 23:18:40 -0600 Subject: [PATCH] Correct commandercenter URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da5fbb..1db667d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [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) +- [Less is exponentially more](https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html) - [Go Proverbs](https://go-proverbs.github.io/) - [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) - [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 - [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/) - [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) - [Loose Coupling in Go lang](https://8thlight.com/blog/javier-saldana/2015/02/06/loose-coupling-in-go-lang.html) -- [Self-referential functions and the design of options](https://commandcenter.blogspot.co.nz/2014/01/self-referential-functions-and-design.html) +- [Self-referential functions and the design of options](https://commandcenter.blogspot.com/2014/01/self-referential-functions-and-design.html) - [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)