From 0e7dee565df247c36c5047113806966429067bc3 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Tue, 21 Feb 2023 16:49:11 +0100 Subject: [PATCH] Description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8e5af..1bf08d9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them]( ![](banner.png) -_100 Go Mistakes and How to Avoid Them_ shows you how to replace common programming problems in Go with idiomatic, expressive code. In it, you’ll explore dozens of interesting examples and case studies as you learn to spot mistakes that might appear in your own applications. +If you're a Go developer looking to improve your skills, this book is for you. With a focus on practical examples, _100 Go Mistakes and How to Avoid Them_ covers a wide range of topics from concurrency and error handling to testing and code organization. You'll learn to write more idiomatic, efficient, and maintainable code and become a proficient Go developer. > This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch.