We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eea58d commit a0d5120Copy full SHA for a0d5120
websocket-chat/src/chat/client.go
@@ -5,7 +5,7 @@ import (
5
"io"
6
"log"
7
8
- "code.google.com/p/go.net/websocket"
+ "golang.org/x/net/websocket"
9
)
10
11
const channelBufSize = 100
websocket-chat/src/chat/server.go
@@ -4,7 +4,7 @@ import (
4
"net/http"
// Chat server.
0 commit comments