mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07:00
go.tools/imports: src/pkg -> src
LGTM=crawshaw R=crawshaw CC=golang-codereviews https://golang.org/cl/141260043
This commit is contained in:
parent
476d41c67b
commit
159879b336
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user