From 5cac6cdb8e3498350a8eac2a2cadb1c378a1179b Mon Sep 17 00:00:00 2001 From: lixizan Date: Sat, 10 Dec 2022 11:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 997ed87..76953c7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ [![Build Status](https://github.com/lxzan/concurrency/workflows/Go%20Test/badge.svg?branch=master)](https://github.com/lxzan/concurrency/actions?query=branch%3Amaster) +### install +```bash +GOPROXY=https://goproxy.cn go get -v github.com/lxzan/concurrency@latest +``` + #### Feature - 最大并发协程数量限制 - 支持 `contex.Contex`