From 065b18551c571784edcb3c72eebf37687d67a509 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 11 Jul 2025 22:15:00 -0600 Subject: [PATCH] Update README.md (#275) Fixes #269 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eee169..9da5fbb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [6 Tips for Using Strings in Go](https://www.calhoun.io/6-tips-for-using-strings-in-go/) - [Go Defer Simplified with Practical Visuals](https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff) - [How to Use Go Interfaces](https://blog.chewxy.com/2018/03/18/golang-interfaces/) -- [Different Ways to Initialize Go structs](https://asankov.dev/blog/2022/01/29/different-ways-to-initialize-go-structs/) ### Worth reading, again and again @@ -264,6 +263,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre ### Performance +- [Common Go Patterns for Performance](https://goperf.dev/01-common-patterns/) - [Allocation Efficiency in High-Performance Go Services](https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/) - [Handling 1 Million Requests per Minute with Go](http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/) - [Go code refactoring : the 23x performance hunt](https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7)