OSDN Git Service

libgo: Update to weekly 2011-11-09.
[pf3gnuchains/gcc-fork.git] / libgo / go / websocket / client.go
index 3da39a0..5dfd824 100644 (file)
@@ -9,7 +9,7 @@ import (
        "crypto/tls"
        "io"
        "net"
-       "url"
+       "net/url"
 )
 
 // DialError is an error that occurs while dialling a websocket server.