diff --git a/README.md b/README.md index b84e19b..02f3209 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source code of πŸ“– [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them), edited by Manning. -![](cover.png) +![](inside-cover.jpg) ## Quotes @@ -28,6 +28,8 @@ Source code of πŸ“– [100 Go Mistakes and How to Avoid Them](https://www.manning. ## Table of Contents +![](cover.png) + ### Chapter 1 - Introduction ### Chapter 2 - Code and Project Organization @@ -545,8 +547,6 @@ 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. -![](inside-cover.jpg) - ## Author Teiva Harsanyi is a senior software engineer at Docker. He 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 applications.