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:43 -08:00
parent b05e17709c
commit b15f010073
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
"bitbucket.org/hackerbots/server"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
var addr = flag.String("addr", ":8666", "http service address")