add MIT license

This commit is contained in:
Andy Pan 2018-05-20 23:39:17 +08:00
parent 1b2113dd67
commit 679af052bd
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
[![godoc for panjf2000/ants][1]][2]
[![goreportcard for panjf2000/ants][3]][4]
![License](https://img.shields.io/dub/l/vibe-d.svg)
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 by your concurrent programs.