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

cmd/go: go get failed showing unrecognised import path #10606

Closed
ghost opened this issue Apr 29, 2015 · 3 comments
Closed

cmd/go: go get failed showing unrecognised import path #10606

ghost opened this issue Apr 29, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 29, 2015

I am trying to build a websocket-based signaling server in Go called in Collider .
I followed the guide in github/webrtc/apprtc/collider
The command go get collidermain doesn't work and shows that:

package collidermain: unrecognized import path "collidermain"

I tried the methods others come up with in stack overflow but they didn't work.
Thanks in advance for you help.

@Thomasdezeeuw
Copy link
Contributor

This is something for the mailing list, but you probably need to run 'go get github.com/webrtc/apprtc/collider/collidermain'. The full url is required for go get to work.

@ianlancetaylor
Copy link
Contributor

Please ask questions on the mailing list golang-nuts@googlegroups.com, not in the issue tracker. Thanks.

@mikioh mikioh changed the title Building signalling server in Go failed; go get failed showing unrecognised import path cmd/go: go get failed showing unrecognised import path May 2, 2015
@KerwinMa
Copy link

use full path to do ln, eg.
ln -s /home/apprtc/src/collider/collider $GOPATH/src/
this will solve the issue.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants