From a3e7e646df32a420d6d34964b8c8fbb3d3e3e99b Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Thu, 28 Jul 2022 11:09:23 +0200 Subject: [PATCH] Add tl;dr --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.