This commit is contained in:
Liang Ding 2014-12-18 15:54:58 +08:00
parent 3a03be54eb
commit dc31495232
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func AutocompleteHandler(w http.ResponseWriter, r *http.Request) {
libPath += userLib + conf.PathListSeparator
}
logger.Debugf("gocode set lib-path [%s]", libPath)
logger.Tracef("gocode set lib-path [%s]", libPath)
// FIXME: using gocode set lib-path has some issues while accrossing workspaces
gocode := util.Go.GetExecutableInGOBIN("gocode")