From 7e964e130980650f4d20940b71e917a71302230d Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 21 Jul 2019 18:38:25 +0800 Subject: [PATCH] Update the link of project tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8163213..97035f7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[中文](README_ZH.md) | [Project Tutorial](http://blog.taohuawu.club/article/goroutine-pool) +[中文](README_ZH.md) | [Project Tutorial](https://blog.taohuawu.club/goroutine-pool) Library `ants` implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines in your concurrent programs.