This commit is contained in:
parent
4d8a292931
commit
0524bad90c
|
@ -143,7 +143,7 @@ func AutocompleteHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
gocode := conf.Wide.GetGocode()
|
gocode := conf.Wide.GetGocode()
|
||||||
argv := []string{"set", "lib-path", libPath}
|
argv := []string{"set", "lib-path", libPath}
|
||||||
cmd := exec.Command(gocode, argv...)
|
cmd := exec.Command(gocode, argv...)
|
||||||
cmd.Start()
|
cmd.Run()
|
||||||
|
|
||||||
//gocode 试验性质特性:自动构建
|
//gocode 试验性质特性:自动构建
|
||||||
//argv = []string{"set", "autobuild", "true"}
|
//argv = []string{"set", "autobuild", "true"}
|
||||||
|
|
Loading…
Reference in New Issue