]> Cypherpunks.ru repositories - gostls13.git/commit
io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call
authorIan Lance Taylor <iant@golang.org>
Sun, 13 Mar 2022 00:18:23 +0000 (16:18 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 28 Mar 2022 22:03:07 +0000 (22:03 +0000)
commit460fd63cccd2f1d16fc4b1b761545b1649e14e28
treed578069779c03ac6c2dc2ae2b427ce0d62014db6
parent3c7f9b80222376fa01f8c6e3b411281c23dd74ed
io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call

Fixes #51617

Change-Id: I03e9e575d9bad1481e7e4f051b50a077ba5f2fe0
Reviewed-on: https://go-review.googlesource.com/c/go/+/392154
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/io/fs/walk.go
src/io/fs/walk_test.go
src/path/filepath/path.go
src/path/filepath/path_test.go