From c4250bc31c79523e57faa3cc602e8e3917934ac0 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 10 Apr 2018 01:01:16 +0900 Subject: [PATCH] ing --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index ee6d8a6..073cc88 100644 --- a/const.go +++ b/const.go @@ -12,7 +12,7 @@ const ( SessionClientTypeKey = cuc.ContextKey("SessionClientType") SessionIDKey = cuc.ContextKey("SessionID") SessionTargetIDKey = cuc.ContextKey("SessionTargetID") - SessionWriterChanKey = cuc.ContextKey("SessionWriterChan") + SessionWriteChanKey = cuc.ContextKey("SessionWriteChan") GRPCClientTypeKey = cuc.ContextKey("OVERFLOW_GRPC_CLIENT_TYPE") GRPCSessionIDKey = cuc.ContextKey("OVERFLOW_GRPC_SESSION_ID")