mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Reorg
This commit is contained in:
parent
b65c8e6b7d
commit
66fd3e3f99
1 changed files with 15 additions and 15 deletions
30
README.md
30
README.md
|
|
@ -6,9 +6,9 @@ Source code of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/b
|
|||
|
||||
* [Table of Contents](#table-of-contents)
|
||||
* [100 Go Mistakes Map](#100-go-mistakes-map)
|
||||
* [Quotes](#quotes)
|
||||
* [References](#references)
|
||||
* [Author](#author)
|
||||
* [Quotes](#quotes)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
|
@ -529,6 +529,20 @@ To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in min
|
|||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
* How to make mistakes in Go (Go Time - episode #190)
|
||||
* [Episode](https://changelog.com/gotime/190)
|
||||
* [Spotify](https://open.spotify.com/episode/0K1DImrxHCy6E7zVY4AxMZ?si=akroInsPQ1mM5B5V2tHLUw&dl_branch=1)
|
||||
|
||||
* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210)
|
||||
|
||||
## 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.
|
||||
|
||||
**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).
|
||||
|
||||
## Quotes
|
||||
|
||||
> "This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch."
|
||||
|
|
@ -550,17 +564,3 @@ To help avoid CPU throttling when deployed in Docker and Kubernetes, keep in min
|
|||
> "Not having this will be the 101st mistake a Go programmer could make."
|
||||
|
||||
– Anupam Sengupta
|
||||
|
||||
## References
|
||||
|
||||
* How to make mistakes in Go (Go Time - episode #190)
|
||||
* [Episode](https://changelog.com/gotime/190)
|
||||
* [Spotify](https://open.spotify.com/episode/0K1DImrxHCy6E7zVY4AxMZ?si=akroInsPQ1mM5B5V2tHLUw&dl_branch=1)
|
||||
|
||||
* 8LU - 100% Test Coverage: [YouTube](https://youtu.be/V3FBDav6wgQ?t=1210)
|
||||
|
||||
## 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.
|
||||
|
||||
**Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah).
|
||||
|
|
|
|||
Loading…
Reference in a new issue