Skip to content

Commit a0d5120

Browse files
committed
code.google.com is closed
1 parent 8eea58d commit a0d5120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

websocket-chat/src/chat/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"io"
66
"log"
77

8-
"code.google.com/p/go.net/websocket"
8+
"golang.org/x/net/websocket"
99
)
1010

1111
const channelBufSize = 100

websocket-chat/src/chat/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"log"
55
"net/http"
66

7-
"code.google.com/p/go.net/websocket"
7+
"golang.org/x/net/websocket"
88
)
99

1010
// Chat server.

0 commit comments

Comments
 (0)