On Mon, Nov 14, 2016 at 10:39 PM, Sinu Mohan <s...@mashinga.com> wrote:
>
> i am installing a signaling server  on amazon aws linux ami ,
>
> but
>
> go get collidermain failed
>
> package collidermain: unrecognized import path "collidermain" (import path
> does not begin with hostname)

That's not how `go get` works.  See `go help get` and `go help importpath`.

You did not say what you are trying to do or why you decided to run
`go get collidermain`.  It may be that you need to carefully the
directions at 
https://github.com/webrtc/apprtc/blob/master/src/collider/README.md
, in particular setting the symlinks and defining the GOPATH
environment variable.  I'm not sure.  If you are having trouble using
that particular package, I recommend that you use their issue tracker.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to