diff --git a/README.md b/README.md index 806a9b7..482b2d1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # ants -
+A goroutine pool for Go
- [![Build Status][1]][2] [![codecov][3]][4] [![goreportcard for panjf2000/ants][5]][6] [![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](http://blog.taohuawu.club/article/goroutine-pool) Package `ants` implements a fixed goroutine pool for managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines that created in your concurrent programs.