Update the link of project tutorial

This commit is contained in:
Andy Pan 2019-07-21 18:38:25 +08:00 committed by GitHub
parent 05e96abd61
commit 7e964e1309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.