]> Cypherpunks.ru repositories - gostls13.git/commit
os: document that Chdir affects fs.FS returned by DirFS with a relative path
authorDan Kortschak <dan@kortschak.io>
Fri, 3 Jun 2022 11:21:26 +0000 (20:51 +0930)
committerGopher Robot <gobot@golang.org>
Tue, 7 Jun 2022 23:09:21 +0000 (23:09 +0000)
commitb72a6a7b868deb5b671020c08fbf8d61ad8803d4
tree01a82065f3a3e252e4751c2c4b5083e4637a69af
parent30b929b1efb470cb9b434cd47d6cbaa74c2baedf
os: document that Chdir affects fs.FS returned by DirFS with a relative path

Fixes #47214.

Change-Id: I6fdc1c4340c0943b825ac22e311179ad1cf30915
Reviewed-on: https://go-review.googlesource.com/c/go/+/410334
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/os/file.go