diff options
Diffstat (limited to 'libgo/go/websocket/hybi.go')
-rw-r--r-- | libgo/go/websocket/hybi.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/websocket/hybi.go b/libgo/go/websocket/hybi.go index d3d4258..b17d947 100644 --- a/libgo/go/websocket/hybi.go +++ b/libgo/go/websocket/hybi.go @@ -15,11 +15,11 @@ import ( "encoding/base64" "encoding/binary" "fmt" - "http" "io" "io/ioutil" + "net/http" + "net/url" "strings" - "url" ) const ( |