From ba0a9639eebf5dc9c638633cc4e54338243d1bf8 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 8 Nov 2011 15:41:54 -0800 Subject: renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* R=rsc CC=golang-dev http://codereview.appspot.com/5345045 --- src/pkg/net/http/fs_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pkg/net/http/fs_test.go') 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 ( -- cgit v1.2.1