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

Replace GOPATH rather than prepend? #8

Open
alecthomas opened this issue Jun 30, 2014 · 3 comments
Open

Replace GOPATH rather than prepend? #8

alecthomas opened this issue Jun 30, 2014 · 3 comments

Comments

@alecthomas
Copy link

What's the rationale for prepending to GOPATH rather than replacing it entirely? Replacing it would result in (more) hermetic builds.

@drewolson
Copy link

+1. It might be useful to have an option (that is stored in the lock file) that "excludes shared libs" by replacing the GOPATH rather than appending to it.

@petejkim
Copy link
Owner

petejkim commented Jul 2, 2014

It was to support local imports if you have any, but yeah I agree that an option would be great. Will add this.

@mattes
Copy link

mattes commented Feb 24, 2015

My PR #35 adds a .goop/config file. It would be easy to add a flag like DisableSharedDeps.

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

4 participants