From 92c25be9a0ace03122d8ee30721b4d3558f9fc0a Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 21 Jul 2019 18:39:14 +0800 Subject: [PATCH] Update the link of project tutorial --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index ba00b49..c51f15f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -10,7 +10,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[英文](README.md) | [项目介绍文章传送门](http://blog.taohuawu.club/article/goroutine-pool) +[英文](README.md) | [项目介绍文章传送门](https://blog.taohuawu.club/goroutine-pool) `ants`是一个高性能的协程池,实现了对大规模goroutine的调度管理、goroutine复用,允许使用者在开发并发程序的时候限制协程数量,复用资源,达到更高效执行任务的效果。