diff options
Diffstat (limited to 'src/pkg/http/client.go')
-rw-r--r-- | src/pkg/http/client.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/http/client.go b/src/pkg/http/client.go index 197f6c858..839241d33 100644 --- a/src/pkg/http/client.go +++ b/src/pkg/http/client.go @@ -9,7 +9,6 @@ package http import ( "bufio"; "fmt"; - "http"; "io"; "log"; "net"; |