mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 17:07:18 +08:00
Add tl;dr
This commit is contained in:
parent
55dcbb6464
commit
a3e7e646df
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Quotes
|
||||
|
||||
|
|
@ -28,6 +28,8 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.
|
|||
|
||||
## Table of Contents
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue