diff --git "a/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" "b/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" index 9263dcf..dcc1a45 100644 --- "a/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" +++ "b/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" @@ -51,7 +51,7 @@ func handlerTask3(wg *sync.WaitGroup) { 全部任务执行完毕. ``` -## sync.WaitGroup 闭坑指南 +## sync.WaitGroup 避坑指南 ### 01 @@ -108,4 +108,4 @@ func handlerTask1(wg *sync.WaitGroup) { - [Go - 基于逃逸分析来提升程序性能](https://mp.weixin.qq.com/s/gAz87qPA8sBJMeq6MZbqwg) - [Go - 使用 sync.Pool 来减少 GC 压力](https://mp.weixin.qq.com/s/0NVp59uI8h9WTp68wtb7XQ) - [Go - 使用 options 设计模式](https://mp.weixin.qq.com/s/jvSbZ0_g_EFqaR2TmjjO8w) -- [Go - 两个在开发中需注意的小点](https://mp.weixin.qq.com/s/-QCG61vh6NVJUWz6tOY7Gw) \ No newline at end of file +- [Go - 两个在开发中需注意的小点](https://mp.weixin.qq.com/s/-QCG61vh6NVJUWz6tOY7Gw)