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
See golang/go#26576, golang.org/x/sys/unix is a dependency of golang.org/x/net/websocket used by web/events.go
golang.org/x/sys/unix
golang.org/x/net/websocket
web/events.go
$ GOPATH=~/go /usr/bin/go version go version go1.6.2 linux/amd64 $ GOPATH=~/go /usr/bin/go install ./cmd/... # github.com/qmsk/e2/vendor/golang.org/x/sys/unix vendor/golang.org/x/sys/unix/ioctl.go:18: undefined: runtime.KeepAlive vendor/golang.org/x/sys/unix/ioctl.go:28: undefined: runtime.KeepAlive
The text was updated successfully, but these errors were encountered:
Fixed by overriding golang.org/x/sys to the earlier version prior to this commit.
golang.org/x/sys
However, Go 1.6 is no longer supported, so I figure I'll just require Go 1.10 instead.
Sorry, something went wrong.
No branches or pull requests
See golang/go#26576,
golang.org/x/sys/unix
is a dependency ofgolang.org/x/net/websocket
used byweb/events.go
The text was updated successfully, but these errors were encountered: