diff --git a/README.md b/README.md index b294e2d..06c02b9 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,17 @@ The highly popular sequel to *Let's Go!*, focusing on advanced API and web appli > Here are the top recommended books for absolute beginners—those with little or no programming experience—who want to learn Go from the very start +### [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. + +----- + ### [Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests/) *Last published*: **2025** diff --git a/gobooks/covers/boring-go.png b/gobooks/covers/boring-go.png new file mode 100644 index 0000000..10e46a7 Binary files /dev/null and b/gobooks/covers/boring-go.png differ