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

missing or incorrect example #52

Open
taf2 opened this issue Mar 31, 2015 · 3 comments
Open

missing or incorrect example #52

taf2 opened this issue Mar 31, 2015 · 3 comments

Comments

@taf2
Copy link

taf2 commented Mar 31, 2015

https://github.com/miketheprogrammer/go-thrust/tree/master/examples/chat

there is no ./run command in the chat example dir...

@miketheprogrammer
Copy link
Owner

Please view, the server/run_server file, and the client/run_client file.
The readme was a bit out of date.

@taf2
Copy link
Author

taf2 commented Mar 31, 2015

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)

@miketheprogrammer
Copy link
Owner

Ahh, apologies. I did not even think of that. Will queue this up for when I return to this repo for the next version.

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

No branches or pull requests

2 participants