diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2020-11-05 01:05:04 +0000 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@golang.org> | 2020-11-05 14:54:35 +0000 |
| commit | 74ec40fc8acffb81f17ccbaa498b15f694c25e4d (patch) | |
| tree | ef48d33bd8313c6c10ffe1c1df1ed4ddec48ec8a /src/path/filepath/export_test.go | |
| parent | 05568315f2ae8fb86112e63966b46c2dcc8ab6e2 (diff) | |
| download | go-74ec40fc8acffb81f17ccbaa498b15f694c25e4d.tar.xz | |
path/filepath: revert "add WalkDir"
This reverts CL 266240.
Reason for revert: tests aren't passing on windows-amd64-longtest.
Change-Id: If323c6254a42aff0418e2c0a9531f3d4c829a242
Reviewed-on: https://go-review.googlesource.com/c/go/+/267798
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'src/path/filepath/export_test.go')
| -rw-r--r-- | src/path/filepath/export_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path/filepath/export_test.go b/src/path/filepath/export_test.go index e7ad7dd01a..0cf9e3bca1 100644 --- a/src/path/filepath/export_test.go +++ b/src/path/filepath/export_test.go @@ -5,5 +5,3 @@ package filepath var LstatP = &lstat - -type DirEntryFromInfo = dirEntryFromInfo |
