aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/exp/spdy/spdy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/spdy/spdy_test.go')
-rw-r--r--libgo/go/exp/spdy/spdy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/spdy/spdy_test.go b/libgo/go/exp/spdy/spdy_test.go
index cb91e02..c1cad4b 100644
--- a/libgo/go/exp/spdy/spdy_test.go
+++ b/libgo/go/exp/spdy/spdy_test.go
@@ -6,8 +6,8 @@ package spdy
import (
"bytes"
- "http"
"io"
+ "net/http"
"reflect"
"testing"
)