From 679af052bde5a17d91d2668bd566f4e038e664c5 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 20 May 2018 23:39:17 +0800 Subject: [PATCH] add MIT license --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46d2865..708162a 100644 --- a/README.md +++ b/README.md @@ -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.