This commit is contained in:
Liang Ding 2014-09-17 15:35:54 +08:00
parent 4d8a292931
commit 0524bad90c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func AutocompleteHandler(w http.ResponseWriter, r *http.Request) {
gocode := conf.Wide.GetGocode()
argv := []string{"set", "lib-path", libPath}
cmd := exec.Command(gocode, argv...)
cmd.Start()
cmd.Run()
//gocode 试验性质特性:自动构建
//argv = []string{"set", "autobuild", "true"}