Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

private package issue #514

Open
luixiao1223 opened this issue Apr 20, 2018 · 1 comment
Open

private package issue #514

luixiao1223 opened this issue Apr 20, 2018 · 1 comment

Comments

@luixiao1223
Copy link

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
Copy link
Contributor

Your project001 should be in your GOPATH i.e. /home/user001/gocode/src/project001 not /home/user001/project001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants