private package issue
Opened this issue · 1 comments
luixiao1223 commented
My GOPATH is "/home/user001/gocode",and my project locates at "/home/user001/project001".After I make a private package at "/home/user001/project001/privatelib/privatelib.go",I found the company-go and the go-autocomplete wouldn't provide any candidates for this privatelib.go's exported function.
DisposaBoy commented
Your project001
should be in your GOPATH
i.e. /home/user001/gocode/src/project001
not /home/user001/project001