Skip to content

No longer compiles, missing websocket. #9

Description

@DomT4
 ~> go get -u -v github.com/progrium/termshare
github.com/progrium/termshare (download)
Fetching https://code.google.com/p/go.net/websocket?go-get=1
Parsing meta tags from https://code.google.com/p/go.net/websocket?go-get=1 (status code 200)
package code.google.com/p/go.net/websocket: unrecognized import path "code.google.com/p/go.net/websocket" (parse https://code.google.com/p/go.net/websocket?go-get=1: no go-import meta tags)
github.com/heroku/hk (download)
github.com/kr/pty (download)
github.com/nu7hatch/gouuid (download)
~> go build termshare.go
termshare.go:22:2: cannot find package "code.google.com/p/go.net/websocket" in any of:
    /usr/local/Cellar/go/1.7/libexec/src/code.google.com/p/go.net/websocket (from $GOROOT)
    /tmp/gopath/src/code.google.com/p/go.net/websocket (from $GOPATH)

Not sure how active this project is these days, but the import path in termshare.go should be changed to golang.org/x/net/websocket.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions