mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-25 02:46:53 +08:00
Update README.md
This commit is contained in:
parent
84ba71fc8b
commit
be510eca27
1 changed files with 5 additions and 3 deletions
|
|
@ -1,13 +1,15 @@
|
||||||
# 100 Go Mistakes and How to Avoid Them
|
# 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.
|
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 August 2022.
|
||||||
|
|
||||||
## Book Description
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Book Description
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Quotes
|
||||||
|
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
– _Neeraj Shah_
|
– _Neeraj Shah_
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue