This commit is contained in:
Liang Ding 2014-09-13 13:10:24 +08:00
parent c53029eabf
commit 4f20eeb9b0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ func WSHandler(w http.ResponseWriter, r *http.Request) {
} }
} }
// 自动完成(代码补全).
func AutocompleteHandler(w http.ResponseWriter, r *http.Request) { func AutocompleteHandler(w http.ResponseWriter, r *http.Request) {
decoder := json.NewDecoder(r.Body) decoder := json.NewDecoder(r.Body)