-
Notifications
You must be signed in to change notification settings - Fork 9
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
Handle GOPATH with ':' in it #8
Comments
Cool. I saw your tweet the other day about pulling go-oracle into go-plus - I was thinking you might not be down with oracle being an external dependency that needs separate installation, but if that doesn't bother you then it might be worthwhile to merge efforts. I'm liking the idea of a single go package (outside of language-go, that is). It's also nice that we won't have to duplicate this kind of code. I'll work up a PR in the next couple of days and see what you think. |
Yeah, I already have I noticed you were doing lots of work on the display panel, and I recently took a dependency on atom-message-panel. I'm guessing that I'm all for merging if you're good with it. After all, go-plus is based on the work you started :) I'd also point out you are a contributor on the repo, so you can directly commit if you'd like. |
Bump! |
The GOPATH environment variable can be a
:
separated list of paths. Properly handle when this is the case.The text was updated successfully, but these errors were encountered: