From b29194fb30a6c8ce35ccc97b577d578a55996060 Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Fri, 5 Jun 2026 11:57:50 -0600 Subject: [PATCH] update top books --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 06c02b9..143aa51 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ Widely considered the "Go Bible" and the definitive reference for the language, ----- +### [Boring Go](https://golang.college/books/boring-go) + +*Last published*: **2026** +*Authors:* **Dariush Abbasi**, **Hassan Aminfar** + + + +*Boring Go* is a practical guide to writing Go the way it works best in real projects—simple, explicit, and a little boring (in the good way). It champions clarity over novelty, readability over magic, and shows why boring code is often the most reliable, maintainable, and scalable choice. + +----- + ### [Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](https://amzn.to/4ceJWWQ)