From dfdef945c4760fd97a62fa9ae944aa17b7c7f639 Mon Sep 17 00:00:00 2001 From: henrylee2cn Date: Fri, 7 Sep 2018 17:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DREADME=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- golang/gls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang/gls/README.md b/golang/gls/README.md index 4e3063c..489074a 100644 --- a/golang/gls/README.md +++ b/golang/gls/README.md @@ -19,7 +19,7 @@ 全称为协程本地存储\(goroutine local storage\); -说通俗一点, 你可以直接是为为每个goroutine绑定了一个map; +说通俗一点, 你可以直接为每个goroutine绑定了一个map; 在该goroutine的存在时间中, 你可以调用GLS的接口, 向这个map中存入或读取数据;