-
Notifications
You must be signed in to change notification settings - Fork 72
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
unrecognized import path "golang.org/x/sys/windows" #3
Comments
Same problem here... Some solution? |
I'm getting this:
|
Workaround: go get -u github.com/golang/golang/sys/windows
mv ~/go/github.com/golang ~/go/golang.org/x
go get -d github.com/jstarks/npiperelay Seems to work. Note that my Go folder is |
I had to do this: GOOS=windows go get -d github.com/jstarks/npiperelay
GOOS=windows go build -o /mnt/c/Users/<username>/go/bin/npiperelay.exe github.com/jstarks/npiperelay |
Works for me! Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing
go get -d github.com/jstarks/npiperelay
results in the following:package golang.org/x/sys/windows: unrecognized import path "golang.org/x/sys/windows" (https fetch: Get https://golang.org/x/sys/windows?go-get=1: dial tcp: i/o timeout)
The text was updated successfully, but these errors were encountered: