From c977d2c65135bd86ad6f0fa6b91845039a836d85 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 28 Nov 2017 19:07:31 +0900 Subject: [PATCH] ing --- servlet/servlet_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet/servlet_context.go b/servlet/servlet_context.go index b4aa2e3..14b659e 100644 --- a/servlet/servlet_context.go +++ b/servlet/servlet_context.go @@ -8,7 +8,7 @@ type ServletContext interface { cwf.SocketContext } -func NewServletContext(socketCTX cwf.SocketContext) SocketContext { +func NewServletContext(socketCTX cwf.SocketContext) ServletContext { sCTX := &servletContext{} sCTX.SocketContext = socketCTX