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
In my environment, the demo can not be compiled. Wrong is:
github.com/koding/kite/sockjsclient ../../../go/pkg/mod/github.com/koding/[email protected]/sockjsclient/sockjsclient.go:39:8: undefined: sockjs.SessionState
The import statement of package sockjs is:
import "github.com/igm/sockjs-go/sockjs"
In go.mod, the version of this package is:
github.com/igm/sockjs-go v2.0.1+incompatible
I've tried to change the version of sockjs-go package, but it didn't work, it is really confused.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
In my environment, the demo can not be compiled. Wrong is:
The import statement of package sockjs is:
In go.mod, the version of this package is:
I've tried to change the version of sockjs-go package, but it didn't work, it is really confused.
The text was updated successfully, but these errors were encountered: