diff options
Diffstat (limited to 'src/pkg/http/fs.go')
-rw-r--r-- | src/pkg/http/fs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/http/fs.go b/src/pkg/http/fs.go index 6af85ca03..e8dda1d30 100644 --- a/src/pkg/http/fs.go +++ b/src/pkg/http/fs.go @@ -8,7 +8,6 @@ package http import ( "fmt"; - "http"; "io"; "os"; "path"; |