Update README.md (#275)

Fixes #269
This commit is contained in:
Eno Compton 2025-07-11 22:15:00 -06:00 committed by GitHub
parent 0e465ec82f
commit 065b18551c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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