bobahop
December 17, 2022, 4:58pm
1
Just started reading this book published fairly recently and am learning things from it I haven’t encountered in my previous reading.
# 100 Go Mistakes and How to Avoid Them
Source code and community space of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them), published by Manning in 2022.
## Book Description
![](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.
## Sponsors
_Want your company name to appear here? Go to [❤️ Sponsor](https://github.com/sponsors/teivah), One-time tab, "Sponsor 100 Go Mistakes and How to Avoid Them" tier_.
## Where to Buy?
* [Manning.com](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
* Amazon: [.com](https://www.amazon.com/dp/1617299596), [.co.uk](https://www.amazon.co.uk/dp/B0BBSNJR6B), [.de](https://www.amazon.de/dp/B0BBHQD8BQ), [.fr](https://www.amazon.fr/100-Mistakes-How-Avoid-Them/dp/1617299596), [.in](https://www.amazon.in/dp/B0BBHQD8BQ), [.co.jp](https://www.amazon.co.jp/dp/B0BBHQD8BQ), [.es](https://www.amazon.es/dp/B0BBHQD8BQ), [.it](https://www.amazon.it/dp/B0BBHQD8BQ), [.com.br](https://www.amazon.com.br/dp/B0BBHQD8BQ)
## Common Go Mistakes
This file has been truncated. show original
You might enjoy Go Brain Teasers: Exercise Your Mind by Miki Tebeka too. It’s a short read at 100ish pages for about two dozen teasers, but the text is concise and to the point. Some of the teasers address things that have come on Exercism mentoring exercises which is also nice.
1 Like