mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 17:07:18 +08:00
Small reorg
This commit is contained in:
parent
109758e9fa
commit
2504e36b71
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
|
@ -4,6 +4,12 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b
|
|||
|
||||

|
||||
|
||||
* [Table of Contents](#table-of-contents)
|
||||
* [Author](#author)
|
||||
* [Quotes](#quotes)
|
||||
* [100 Go Mistakes Map](#100-go-mistakes-map)
|
||||
* [References](#references)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
### Chapter 1 - Introduction
|
||||
|
|
@ -519,10 +525,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
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
@ -551,6 +553,10 @@ Teiva Harsanyi is a senior software engineer at Docker. He worked in various dom
|
|||
|
||||
– Anupam Sengupta
|
||||
|
||||
## 100 Go Mistakes Map
|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
* How to make mistakes in Go (Go Time - episode #190)
|
||||
|
|
|
|||
Loading…
Reference in a new issue