From 879b3d78c308f2a3c2a21adf0c74af0d85a7b042 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 24 May 2019 11:42:52 +0800 Subject: [PATCH] :pencil2: Fix typos --- session/sessions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/sessions.go b/session/sessions.go index 185ad4b..3c28069 100644 --- a/session/sessions.go +++ b/session/sessions.go @@ -492,7 +492,7 @@ func (sessions *wSessions) new(httpSession *sessions.Session, sid string) *WideS ch = SessionWS[sid] if nil == ch { - return // release this gorutine + return // release this goroutine } logger.Trace(event)