]> Cypherpunks.ru repositories - gostls13.git/commit
path/filepath, io/fs: add SkipAll
authorPaschalis Tsilias <paschalis.tsilias@gmail.com>
Sat, 13 Nov 2021 00:18:30 +0000 (02:18 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 25 Aug 2022 18:50:37 +0000 (18:50 +0000)
commit95a786da1265d84290c1a0d1186352f71475ff9f
treec5dd8a434728b36da18f6c552af916eed331997d
parent6a801d3082c6ab28372c115d13ef0c238e3535ae
path/filepath, io/fs: add SkipAll

Fixes #47209

Change-Id: If75b0dd38f2c30a23517205d80c7a6683a5c921c
Reviewed-on: https://go-review.googlesource.com/c/go/+/363814
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Bryan Mills <bcmills@google.com>
api/next/47209.txt [new file with mode: 0644]
src/cmd/go/internal/fsys/fsys_test.go
src/io/fs/walk.go
src/path/filepath/path.go
src/path/filepath/path_test.go