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

Support default GOPATH #32

Open
bradleyfalzon opened this issue Oct 25, 2016 · 0 comments
Open

Support default GOPATH #32

bradleyfalzon opened this issue Oct 25, 2016 · 0 comments
Labels

Comments

@bradleyfalzon
Copy link
Owner

There's a few cases were we've assumed GOPATH is set in the env, this may no longer be true when go moves to a default go path: golang/go#17262 (comment)

Check some locations, such as:

gopaths := filepath.SplitList(os.Getenv("GOPATH"))

gopaths := filepath.SplitList(os.Getenv("GOPATH"))

@bradleyfalzon bradleyfalzon changed the title Monitor default GOPATH discussion Support default GOPATH Feb 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant