From 6dc396c1ff0f35e2bdec8c0f0cf751402bc4a713 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi <934784+teivah@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:57:19 +0200 Subject: [PATCH] Description --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db45a3f..60d9e38 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Source code and community space of ๐Ÿ“– _100 Go Mistakes and How to Avoid Them_, ![](cover2.png) -## Book Description +## โค๏ธ Sponsor this Repository + +Your company is hiring? [Sponsor](https://github.com/sponsors/teivah?frequency=one-time&sponsor=teivah) this repository and let Go developers know it! + +## ๐Ÿ“– 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. @@ -27,11 +31,11 @@ If you're a Go developer looking to improve your skills, this book is for you. W * _Go่จ€่ชž100Tips ้–‹็™บ่€…ใซใ‚ใ‚ŠใŒใกใช้–“้•ใ„ใธใฎๅฏพๅ‡ฆๆณ•_ (๐Ÿ‡ฏ๐Ÿ‡ต edition): * Amazon: [.co.jp](https://www.amazon.co.jp/exec/obidos/ASIN/4295017531/) -## About the Author +## โœ๏ธ About the Author Teiva Harsanyi is a senior software engineer at Google. He has worked in various domains, including insurance, transportation, and safety-critical industries like air traffic management. He is passionate about Go and how to design and implement reliable systems. -## Common Go Mistakes +## ๐Ÿ’ก Common Go Mistakes This section contains a summary of the 100 mistakes in the book. Meanwhile, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). @@ -666,7 +670,7 @@ Understanding how to tune the GC can lead to multiple benefits such as handling To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in mind that Go isnโ€™t CFS-aware. -## External Resources +## ๐ŸŒŽ External Resources ### ๐Ÿ‡ฌ๐Ÿ‡ง