-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bug] go debugging doesn't work #11
Comments
FYI this was tested against https://github.com/furkilic/go-wrapper/tree/7-feature-enable-installing-binaries |
Hi @rotty3000 Can you show me the output of I am suspecting that you are using the default |
But shouldn't the wrapper ensure that any sub invocation has the correct GOPATH? |
I think there should be a flag I can set in |
Indeed it ensures that any sub invocation done through
Another point is all the tools you'll install (so in GOPATH/bin) will be accessible to
yes you might create a new feature request for that purpose |
Describe the bug
I can't get go debugging working with only the wrapper.
To Reproduce
try
./gow get github.com/go-delve/delve/cmd/dlv@latest
and the install fails because go is not on the path. This might be related to #7 ?Expected behavior
install succeeds.
Please complete the following information:
Doesn't seem to matter which env.
Additional context
Here's a log of the process I used:
It seems like they landed in the OS GOBIN and not the project GOBIN
The text was updated successfully, but these errors were encountered: