From 4f20eeb9b0ecd336b3777acd645d0ffc3f1ea170 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 13 Sep 2014 13:10:24 +0800 Subject: [PATCH] . --- editor/editors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editors.go b/editor/editors.go index e6a2aa6..02f71c7 100644 --- a/editor/editors.go +++ b/editor/editors.go @@ -84,6 +84,7 @@ func WSHandler(w http.ResponseWriter, r *http.Request) { } } +// 自动完成(代码补全). func AutocompleteHandler(w http.ResponseWriter, r *http.Request) { decoder := json.NewDecoder(r.Body)