From 01d255f20de711d065e5a29612dc2825d7d59ed3 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 8 Jan 2018 09:51:16 +0800 Subject: [PATCH] =?UTF-8?q?vps=20fix=20bug=20=E8=AF=8D=E6=B3=95=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E7=BB=93=E6=9E=9C=E5=B8=A6=E6=9C=89=E7=89=B9=E5=BE=81?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/context/lex/lex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/lex/lex.go b/src/context/lex/lex.go index 38867149..d8b3cf68 100644 --- a/src/context/lex/lex.go +++ b/src/context/lex/lex.go @@ -324,7 +324,7 @@ var Index = &ctx.Context{Name: "lex", Help: "词法解析", } } - m.Echo(string(word)) + m.Add("result", string(word)) } }},