aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/response.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http/response.go')
-rw-r--r--src/net/http/response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/response.go b/src/net/http/response.go
index f906ce829b..6d22c2892d 100644
--- a/src/net/http/response.go
+++ b/src/net/http/response.go
@@ -12,7 +12,7 @@ import (
"crypto/tls"
"errors"
"fmt"
- "internal/x/net/http/httpguts"
+ "golang.org/x/net/http/httpguts"
"io"
"net/textproto"
"net/url"