updated import paths for go tools repo

See golang.org/s/go14subrepo for background.
This commit is contained in:
Stephen McQuay 2014-11-11 21:28:01 -08:00
parent f6439cf41d
commit 84f151864b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"log"
"bitbucket.org/hackerbots/server"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
func connect(server string, port int) (*websocket.Conn, error) {