Add tl;dr

This commit is contained in:
Teiva Harsanyi 2022-07-28 11:09:23 +02:00
parent 55dcbb6464
commit a3e7e646df
No known key found for this signature in database
GPG key ID: 388C6CEAE0539114

View file

@ -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 isnt 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.