Skip to content

Commit 6138ed8

Browse files
add packages to example/chat
1 parent 76b01c8 commit 6138ed8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/chat/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This example uses https://github.com/nsf/bin2go to embed assets. To
55
make sure it's installed, run
66

77
go get github.com/nsf/bin2go
8+
9+
Other neccessary packages
10+
11+
go get -v github.com/gorilla/websocket
12+
go get -v github.com/tv42/birpc
813

914
and put the resulting bin2go in `PATH`.
1015

0 commit comments

Comments
 (0)