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

Websocket Error when trying to go get #1

Open
dalanmiller opened this issue Jan 25, 2016 · 3 comments
Open

Websocket Error when trying to go get #1

dalanmiller opened this issue Jan 25, 2016 · 3 comments

Comments

@dalanmiller
Copy link

From following the install instructions on the README

../gopath/src/github.com/gophergala2016/spacegophers/user.go:66: undefined: websocket.IsUnexpectedCloseError
@wyattjoh
Copy link
Contributor

Ensure that you do have GO15VENDOREXPERIMENT=1 in your environment. That should fix the issue. We built using Go 1.5.3 on a Mac and on Ubuntu.

@wyattjoh
Copy link
Contributor

It also may be related to having a different version of the gorilla websocket library already in your path..

@dalanmiller
Copy link
Author

^^ this must be it. And I definitely didn't have that flag set but I am on 1.5.3 on Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants