This commit is contained in:
Zhizhen He 2024-05-07 19:24:58 +08:00 committed by GitHub
parent c76d329945
commit 88bc72c2e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -541,7 +541,7 @@ Go 的上下文context也是 Go 并发编程的基石之一。上下文允
### [不使用Go问题诊断工具](https://100go.co/98-profiling-execution-tracing/) (#98)
了解Go profilng工具、执行时tracer来辅助判断一个应用程序是否正常以及列出需要优化的部分。
了解Go profiling工具、执行时tracer来辅助判断一个应用程序是否正常以及列出需要优化的部分。
### 不理解GC是如何工作的 (#99)