From 159879b3367bbe72ba1b32752d99b2033db7cf2b Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Mon, 8 Sep 2014 14:20:12 -0400 Subject: [PATCH] go.tools/imports: src/pkg -> src LGTM=crawshaw R=crawshaw CC=golang-codereviews https://golang.org/cl/141260043 --- imports/fix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/fix_test.go b/imports/fix_test.go index 3c766ca8dc..173f9d625e 100644 --- a/imports/fix_test.go +++ b/imports/fix_test.go @@ -727,7 +727,7 @@ func TestFindImportGoPath(t *testing.T) { stdlib = nil // Test against imaginary bits/bytes package in std lib - bytesDir := filepath.Join(goroot, "src", "pkg", "bits", "bytes") + bytesDir := filepath.Join(goroot, "src", "bits", "bytes") if err := os.MkdirAll(bytesDir, 0755); err != nil { t.Fatal(err) }