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
https://github.com/miketheprogrammer/go-thrust/tree/master/examples/chat
there is no ./run command in the chat example dir...
The text was updated successfully, but these errors were encountered:
Please view, the server/run_server file, and the client/run_client file. The readme was a bit out of date.
Sorry, something went wrong.
i see those. I saw the Gomfile in the project root. seems like adding the dependencies for things there might be a good idea?
./run_server server.go:14:2: cannot find package "github.com/gorilla/websocket" in any of: /usr/local/go/src/github.com/gorilla/websocket (from $GOROOT) /Users/taf2/work/golibs/src/github.com/gorilla/websocket (from $GOPATH) server.go:16:2: cannot find package "github.com/tv42/birpc" in any of: /usr/local/go/src/github.com/tv42/birpc (from $GOROOT) /Users/taf2/work/golibs/src/github.com/tv42/birpc (from $GOPATH) server.go:17:2: cannot find package "github.com/tv42/birpc/wetsock" in any of: /usr/local/go/src/github.com/tv42/birpc/wetsock (from $GOROOT) /Users/taf2/work/golibs/src/github.com/tv42/birpc/wetsock (from $GOPATH) server.go:18:2: cannot find package "github.com/tv42/topic" in any of: /usr/local/go/src/github.com/tv42/topic (from $GOROOT) /Users/taf2/work/golibs/src/github.com/tv42/topic (from $GOPATH)
Ahh, apologies. I did not even think of that. Will queue this up for when I return to this repo for the next version.
No branches or pull requests
https://github.com/miketheprogrammer/go-thrust/tree/master/examples/chat
there is no ./run command in the chat example dir...
The text was updated successfully, but these errors were encountered: