updated import paths for go tools repo
See golang.org/s/go14subrepo for background.
This commit is contained in:
parent
f6439cf41d
commit
84f151864b
@ -8,7 +8,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
|
|
||||||
"bitbucket.org/hackerbots/server"
|
"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) {
|
func connect(server string, port int) (*websocket.Conn, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user