File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Server code:
107
107
package main
108
108
109
109
import (
110
- "code.google.com/p/go. net/websocket"
110
+ "golang.org/x/ net/websocket"
111
111
"fmt"
112
112
"log"
113
113
"net/http"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ WebSocketはクライアントとサーバに分けられます。ここでは
99
99
package main
100
100
101
101
import (
102
- "code.google.com/p/go. net/websocket"
102
+ "golang.org/x/ net/websocket"
103
103
"fmt"
104
104
"log"
105
105
"net/http"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Server code:
107
107
package main
108
108
109
109
import (
110
- "code.google.com/p/go. net/websocket"
110
+ "golang.org/x/ net/websocket"
111
111
"fmt"
112
112
"log"
113
113
"net/http"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ WebSocket分为客户端和服务端,接下来我们将实现一个简单的
99
99
package main
100
100
101
101
import (
102
- "code.google.com/p/go. net/websocket"
102
+ "golang.org/x/ net/websocket"
103
103
"fmt"
104
104
"log"
105
105
"net/http"
You can’t perform that action at this time.
0 commit comments