go.net: use golang.org/x/... import paths

This commit is contained in:
hang
2016-05-20 09:26:32 +08:00
parent 722c4d24dd
commit c4e50a14a8
4 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ Server code:
package main
import (
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
"fmt"
"log"
"net/http"