mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-23 18:06:53 +08:00
Minor
This commit is contained in:
parent
bfb16a1587
commit
3a306bc215
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.
|
||||||
* Compiler optimizations
|
* Compiler optimizations
|
||||||
* `sync.Pool`
|
* `sync.Pool`
|
||||||
* 97 - Not relying on inlining
|
* 97 - Not relying on inlining
|
||||||
* 98 - Not using Go diagnostics tooling:
|
* 98 - Not using Go diagnostics tooling
|
||||||
* Profiling (enabling pprof, CPU, heap, goroutines, block, and mutex profiling)
|
* Profiling (enabling pprof, CPU, heap, goroutines, block, and mutex profiling)
|
||||||
* Execution tracer
|
* Execution tracer
|
||||||
* 99 - Not understanding how the GC works
|
* 99 - Not understanding how the GC works
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue