diff options
Diffstat (limited to 'libgo/go/websocket/hixie_test.go')
-rw-r--r-- | libgo/go/websocket/hixie_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/websocket/hixie_test.go b/libgo/go/websocket/hixie_test.go index 40cb53f4ea5..bf537c01b73 100644 --- a/libgo/go/websocket/hixie_test.go +++ b/libgo/go/websocket/hixie_test.go @@ -8,11 +8,11 @@ import ( "bufio" "bytes" "fmt" - "http" "io" + "net/http" + "net/url" "strings" "testing" - "url" ) // Test the getChallengeResponse function with values from section |