I'm relatively new to Go. How can I start the chat example? I went into the websocket-chat/src directory and executed this:
Then I tried:
But that fails with:
main.go:7:2: cannot find package "chat" in any of:
/usr/local/Cellar/go/1.5.1/libexec/src/chat (from $GOROOT)
/Users/reiz/workspace/chartgeist/websocket/websocket-chat/src/src/chat
I appreciate any help. Thx.
I'm relatively new to Go. How can I start the chat example? I went into the
websocket-chat/srcdirectory and executed this:Then I tried:
But that fails with:
I appreciate any help. Thx.