summaryrefslogtreecommitdiff
path: root/src/pkg/net/http/fs_test.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
committerRob Pike <r@golang.org>2011-11-08 15:41:54 -0800
commitba0a9639eebf5dc9c638633cc4e54338243d1bf8 (patch)
treed24f97609ac960cfed4b8d3522f4ef55867bf391 /src/pkg/net/http/fs_test.go
parentc9410c2fb0e207c2adb96aa03972f364e13510ee (diff)
downloadgo-ba0a9639eebf5dc9c638633cc4e54338243d1bf8.tar.gz
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
R=rsc CC=golang-dev http://codereview.appspot.com/5345045
Diffstat (limited to 'src/pkg/net/http/fs_test.go')
-rw-r--r--src/pkg/net/http/fs_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/net/http/fs_test.go b/src/pkg/net/http/fs_test.go
index 76312e8bf..e1a784c1f 100644
--- a/src/pkg/net/http/fs_test.go
+++ b/src/pkg/net/http/fs_test.go
@@ -6,14 +6,14 @@ package http_test
import (
"fmt"
- . "http"
- "http/httptest"
"io/ioutil"
+ . "net/http"
+ "net/http/httptest"
+ "net/url"
"os"
"path/filepath"
"strings"
"testing"
- "url"
)
const (