This commit is contained in:
Stephen McQuay 2013-09-04 23:39:24 -07:00
parent e7529e43d1
commit db1afada10

View File

@ -11,7 +11,6 @@ import (
"net/http" "net/http"
) )
func connect() (*websocket.Conn, error) { func connect() (*websocket.Conn, error) {
origin := "http://localhost/" origin := "http://localhost/"
url := "ws://localhost:8666/ws/" url := "ws://localhost:8666/ws/"