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

Handling go_repository rules #9

Open
bweston92 opened this issue Sep 4, 2018 · 1 comment
Open

Handling go_repository rules #9

bweston92 opened this issue Sep 4, 2018 · 1 comment

Comments

@bweston92
Copy link

When you use go_repository rules in your WORKSPACE file to declare dependencies.

How do we get the dependencies pulled to go into the GOPATH created by gobazel?

@linuxerwang
Copy link
Owner

gobazel would not copy source code to GOPATH, instead, it maps source code with FUSE. You can think of it as kind of symlinks. Once all source code files are mapped (with the rules we configured), the Go compiler can find the deps correctly.

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