From aaf5b4b10924a09ced3bf8ced1fedf2c498125fa Mon Sep 17 00:00:00 2001 From: invzhi Date: Tue, 12 Dec 2017 20:23:13 +0800 Subject: [PATCH] =?UTF-8?q?Use=20'=EF=BC=8C'=20instead=20of=20','?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh/06.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/06.2.md b/zh/06.2.md index 6607e40f..fea86664 100644 --- a/zh/06.2.md +++ b/zh/06.2.md @@ -204,7 +204,7 @@ func (manager *Manager) SessionDestroy(w http.ResponseWriter, r *http.Request){ ``` ### session销毁 -我们来看一下Session管理器如何来管理销毁,只要我们在Main启动的时候启动: +我们来看一下Session管理器如何来管理销毁,只要我们在Main启动的时候启动: ```Go func init() {