We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go get
From following the install instructions on the README
../gopath/src/github.com/gophergala2016/spacegophers/user.go:66: undefined: websocket.IsUnexpectedCloseError
The text was updated successfully, but these errors were encountered:
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.
GO15VENDOREXPERIMENT=1
Sorry, something went wrong.
It also may be related to having a different version of the gorilla websocket library already in your path..
^^ this must be it. And I definitely didn't have that flag set but I am on 1.5.3 on Mac.
No branches or pull requests
From following the install instructions on the README
The text was updated successfully, but these errors were encountered: