This commit is contained in:
Liang Ding 2014-09-25 13:29:53 +08:00
parent 70caba9715
commit 018f53b63a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const (
)
var (
// 会话通道. <sid, *util.WSChannel>var
// 会话通道. <sid, *util.WSChannel>
SessionWS = map[string]*util.WSChannel{}
// 输出通道. <sid, *util.WSChannel>